Html Css Color HEX #B89A08 Buddha Gold

📋 copy color: '#B89A08'

red 184 ◦ green 154 ◦ blue 8

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

Shades of Buddha Gold #B89A08

Tints of Buddha Gold #B89A08

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.51%

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

R = 53.18%
G = 44.51%
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

#B89A08 (or 0xB89A08) is known color: Buddha Gold. HEX triplet: B8, 9A and 08. RGB value is (184,154,8). Sum of RGB (Red+Green+Blue) = 184+154+8=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89A08 is #4765F7. Grayscale: #929292. Windows color (decimal): -4679160 or 563896. OLE color: 563896.

HSL color Cylindrical-coordinate representation of color #B89A08: hue angle of 49.77º 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 #B89A08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 154 8 -
CMYK 0 0.16 0.96 0.28
HSL 49.77º 0.92% 0.38% -
HSV(B) 49.77º 0.96% 0.72% -
XYZ 31.37 33.32 5.01 -
YUV 146.33 49.94 154.87 -
System Red Green Blue C M Y K H S L
Decimal 184 154 8 0 0.16 0.96 0.28 49.77 0.92 0.38
Hex B8 9A 8 0 10 60 1C 32 5C 26
Octal 270 232 10 0 20 140 34 62 134 46
Binary 10111000 10011010 1000 0 10000 1100000 11100 110010 1011100 100110

Color Harmonies of #B89A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A08

Black with #B89A08

Text Example


Text Example

White with #B89A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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