Html Css Color HEX #B89A04 Buddha Gold

📋 copy color: '#B89A04'

red 184 ◦ green 154 ◦ blue 4

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

Shades of Buddha Gold #B89A04

Tints of Buddha Gold #B89A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 53.8%
G = 45.03%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B89A04 (or 0xB89A04) is known color: Buddha Gold. HEX triplet: B8, 9A and 04. RGB value is (184,154,4). Sum of RGB (Red+Green+Blue) = 184+154+4=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89A04 is #4765FB. Grayscale: #929292. Windows color (decimal): -4679164 or 301752. OLE color: 301752.

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

Color convert

RGB 184 154 4 -
CMYK 0 0.16 0.98 0.28
HSL 50º 0.96% 0.37% -
HSV(B) 50º 0.98% 0.72% -
XYZ 31.34 33.31 4.89 -
YUV 145.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 184 154 4 0 0.16 0.98 0.28 50 0.96 0.37
Hex B8 9A 4 0 10 62 1C 32 60 25
Octal 270 232 4 0 20 142 34 62 140 45
Binary 10111000 10011010 100 0 10000 1100010 11100 110010 1100000 100101

Color Harmonies of #B89A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A04

Black with #B89A04

Text Example


Text Example

White with #B89A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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