Html Css Color HEX #B89B08 Buddha Gold

📋 copy color: '#B89B08'

red 184 ◦ green 155 ◦ blue 8

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

Shades of Buddha Gold #B89B08

Tints of Buddha Gold #B89B08

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.67%

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 53.03%
G = 44.67%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B89B08 (or 0xB89B08) is known color: Buddha Gold. HEX triplet: B8, 9B and 08. RGB value is (184,155,8). Sum of RGB (Red+Green+Blue) = 184+155+8=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89B08 is #4764F7. Grayscale: #939393. Windows color (decimal): -4678904 or 564152. OLE color: 564152.

HSL color Cylindrical-coordinate representation of color #B89B08: hue angle of 50.11º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B89B08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 155 8 -
CMYK 0 0.16 0.96 0.28
HSL 50.11º 0.92% 0.38% -
HSV(B) 50.11º 0.96% 0.72% -
XYZ 31.53 33.65 5.06 -
YUV 146.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 184 155 8 0 0.16 0.96 0.28 50.11 0.92 0.38
Hex B8 9B 8 0 10 60 1C 32 5C 26
Octal 270 233 10 0 20 140 34 62 134 46
Binary 10111000 10011011 1000 0 10000 1100000 11100 110010 1011100 100110

Color Harmonies of #B89B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B08

Black with #B89B08

Text Example


Text Example

White with #B89B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B08; }

 p { color: rgb(184,155,8); }

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

background-color css

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

 a { background-color: rgb(184,155,8); }

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

border-color css

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

 span { border-color: rgb(184,155,8); }

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