#B89F1C

Color #B89F1C Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #B89F1C

Tints of Buddha Gold #B89F1C

Color information

#B89F1C (or 0xB89F1C) is unknown color: approx Buddha Gold. HEX triplet: B8, 9F and 1C. RGB value is (184,159,28). Sum of RGB (Red+Green+Blue) = 184+159+28=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89F1C is #4760E3. Grayscale: #989898. Windows color (decimal): -4677860 or 1875896. OLE color: 1875896.

HSL color Cylindrical-coordinate representation of color #B89F1C: hue angle of 50.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B89F1C is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB18415928-
CMYK00.140.850.28
HSL50.38º73.58%41.57%-
HSV(B)50.38º84.78%72.16%-
XYZ32.3735.076.16-
YUV151.5458.28151.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=49.60%
G=42.86%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841592800.140.850.2850.3873.5841.57
HexB89F1C0E551C324a2a
Octal27023734016125346211252
Binary101110001001111111100011101010101111001100101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F1C; }

 p { color: rgb(184,159,28); }

 H1.HeaderClassName
 {
   color: #B89F1C;
 }
 .AnyTagClassName
 {
   color: #B89F1C;
 }
</style>
background-color css

<style>
 a { background-color: #B89F1C; }

 a { background-color: rgb(184,159,28); }

 div.DivClassName
 {
   background-color: #B89F1C;
 }
 .BgClassName
 {
   background-color: #B89F1C;
 }
</style>
border-color css

<style>
 span { border-color: #B89F1C; }

 span { border-color: rgb(184,159,28); }

 td.TdClassName
 {
   border-color: #B89F1C;
 }
 .TagClassName
 {
   border-color: #B89F1C;
 }
</style>