Html Css Color HEX #B89C20 Buddha Gold

📋 copy color: '#B89C20'

red 184 ◦ green 156 ◦ blue 32

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

Shades of Buddha Gold #B89C20

Tints of Buddha Gold #B89C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.94%

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

R = 49.46%
G = 41.94%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B89C20 (or 0xB89C20) is known color: Buddha Gold. HEX triplet: B8, 9C and 20. RGB value is (184,156,32). Sum of RGB (Red+Green+Blue) = 184+156+32=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C20 is #4763DF. Grayscale: #969696. Windows color (decimal): -4678624 or 2137272. OLE color: 2137272.

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

Color convert

RGB 184 156 32 -
CMYK 0 0.15 0.83 0.28
HSL 48.95º 0.7% 0.42% -
HSV(B) 48.95º 0.83% 0.72% -
XYZ 31.92 34.07 6.26 -
YUV 150.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 184 156 32 0 0.15 0.83 0.28 48.95 0.7 0.42
Hex B8 9C 20 0 F 53 1C 31 46 2A
Octal 270 234 40 0 17 123 34 61 106 52
Binary 10111000 10011100 100000 0 1111 1010011 11100 110001 1000110 101010

Color Harmonies of #B89C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C20

Black with #B89C20

Text Example


Text Example

White with #B89C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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