Html Css Color HEX #B89E20 Buddha Gold

📋 copy color: '#B89E20'

red 184 ◦ green 158 ◦ blue 32

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

Shades of Buddha Gold #B89E20

Tints of Buddha Gold #B89E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.25%

 BLUE value IS 32 (12.89% from 255) = 8.56%

R = 49.2%
G = 42.25%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B89E20 (or 0xB89E20) is known color: Buddha Gold. HEX triplet: B8, 9E and 20. RGB value is (184,158,32). Sum of RGB (Red+Green+Blue) = 184+158+32=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89E20 is #4761DF. Grayscale: #979797. Windows color (decimal): -4678112 or 2137784. OLE color: 2137784.

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

Color convert

RGB 184 158 32 -
CMYK 0 0.14 0.83 0.28
HSL 49.74º 0.7% 0.42% -
HSV(B) 49.74º 0.83% 0.72% -
XYZ 32.25 34.75 6.37 -
YUV 151.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 184 158 32 0 0.14 0.83 0.28 49.74 0.7 0.42
Hex B8 9E 20 0 E 53 1C 32 46 2A
Octal 270 236 40 0 16 123 34 62 106 52
Binary 10111000 10011110 100000 0 1110 1010011 11100 110010 1000110 101010

Color Harmonies of #B89E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89E20

Black with #B89E20

Text Example


Text Example

White with #B89E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89E20; }

 p { color: rgb(184,158,32); }

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

background-color css

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

 a { background-color: rgb(184,158,32); }

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

border-color css

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

 span { border-color: rgb(184,158,32); }

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