Html Css Color HEX #B9A020 Buddha Gold

📋 copy color: '#B9A020'

red 185 ◦ green 160 ◦ blue 32

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

Shades of Buddha Gold #B9A020

Tints of Buddha Gold #B9A020

RGB

 RED value IS 185 (72.66% from 255) = 49.07%

 GREEN value IS 160 (62.89% from 255) = 42.44%

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

R = 49.07%
G = 42.44%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9A020 (or 0xB9A020) is known color: Buddha Gold. HEX triplet: B9, A0 and 20. RGB value is (185,160,32). Sum of RGB (Red+Green+Blue) = 185+160+32=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A020 is #465FDF. Grayscale: #999999. Windows color (decimal): -4612064 or 2138297. OLE color: 2138297.

HSL color Cylindrical-coordinate representation of color #B9A020: hue angle of 50.2º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9A020 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 32 -
CMYK 0 0.14 0.83 0.27
HSL 50.2º 0.71% 0.43% -
HSV(B) 50.2º 0.83% 0.73% -
XYZ 32.84 35.56 6.5 -
YUV 152.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 185 160 32 0 0.14 0.83 0.27 50.2 0.71 0.43
Hex B9 A0 20 0 E 53 1B 32 47 2B
Octal 271 240 40 0 16 123 33 62 107 53
Binary 10111001 10100000 100000 0 1110 1010011 11011 110010 1000111 101011

Color Harmonies of #B9A020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A020

Black with #B9A020

Text Example


Text Example

White with #B9A020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A020; }

 p { color: rgb(185,160,32); }

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

background-color css

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

 a { background-color: rgb(185,160,32); }

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

border-color css

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

 span { border-color: rgb(185,160,32); }

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