Html Css Color HEX #B89118 Buddha Gold

📋 copy color: '#B89118'

red 184 ◦ green 145 ◦ blue 24

#B89118
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #B89118

Tints of Buddha Gold #B89118

RGB

 RED value IS 184 (72.27% from 255) = 52.12%

 GREEN value IS 145 (57.03% from 255) = 41.08%

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 52.12%
G = 41.08%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B89118 (or 0xB89118) is known color: Buddha Gold. HEX triplet: B8, 91 and 18. RGB value is (184,145,24). Sum of RGB (Red+Green+Blue) = 184+145+24=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B89118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89118 is #476EE7. Grayscale: #8F8F8F. Windows color (decimal): -4681448 or 1610168. OLE color: 1610168.

HSL color Cylindrical-coordinate representation of color #B89118: hue angle of 45.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B89118 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 145 24 -
CMYK 0 0.21 0.87 0.28
HSL 45.38º 0.77% 0.41% -
HSV(B) 45.38º 0.87% 0.72% -
XYZ 30.06 30.51 5.17 -
YUV 142.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 184 145 24 0 0.21 0.87 0.28 45.38 0.77 0.41
Hex B8 91 18 0 15 57 1C 2D 4D 29
Octal 270 221 30 0 25 127 34 55 115 51
Binary 10111000 10010001 11000 0 10101 1010111 11100 101101 1001101 101001

Color Harmonies of #B89118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89118

Black with #B89118

Text Example


Text Example

White with #B89118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89118; }

 p { color: rgb(184,145,24); }

 H1.HeaderClassName
 {
   color: #B89118;
 }
 .AnyTagClassName
 {
   color: #B89118;
 }
</style>

background-color css

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

 a { background-color: rgb(184,145,24); }

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

border-color css

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

 span { border-color: rgb(184,145,24); }

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