Html Css Color HEX #B89A20 Buddha Gold

📋 copy color: '#B89A20'

red 184 ◦ green 154 ◦ blue 32

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

Shades of Buddha Gold #B89A20

Tints of Buddha Gold #B89A20

RGB

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

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

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

R = 49.73%
G = 41.62%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B89A20 (or 0xB89A20) is known color: Buddha Gold. HEX triplet: B8, 9A and 20. RGB value is (184,154,32). Sum of RGB (Red+Green+Blue) = 184+154+32=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A20 is #4765DF. Grayscale: #959595. Windows color (decimal): -4679136 or 2136760. OLE color: 2136760.

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

Color convert

RGB 184 154 32 -
CMYK 0 0.16 0.83 0.28
HSL 48.16º 0.7% 0.42% -
HSV(B) 48.16º 0.83% 0.72% -
XYZ 31.58 33.41 6.15 -
YUV 149.06 61.94 152.92 -
System Red Green Blue C M Y K H S L
Decimal 184 154 32 0 0.16 0.83 0.28 48.16 0.7 0.42
Hex B8 9A 20 0 10 53 1C 30 46 2A
Octal 270 232 40 0 20 123 34 60 106 52
Binary 10111000 10011010 100000 0 10000 1010011 11100 110000 1000110 101010

Color Harmonies of #B89A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A20

Black with #B89A20

Text Example


Text Example

White with #B89A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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