Html Css Color HEX #B9A01E Buddha Gold

📋 copy color: '#B9A01E'

red 185 ◦ green 160 ◦ blue 30

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

Shades of Buddha Gold #B9A01E

Tints of Buddha Gold #B9A01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8%

R = 49.33%
G = 42.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9A01E (or 0xB9A01E) is known color: Buddha Gold. HEX triplet: B9, A0 and 1E. RGB value is (185,160,30). Sum of RGB (Red+Green+Blue) = 185+160+30=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A01E is #465FE1. Grayscale: #999999. Windows color (decimal): -4612066 or 2007225. OLE color: 2007225.

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

Color convert

RGB 185 160 30 -
CMYK 0 0.14 0.84 0.27
HSL 50.32º 0.72% 0.42% -
HSV(B) 50.32º 0.84% 0.73% -
XYZ 32.81 35.55 6.36 -
YUV 152.66 58.78 151.07 -
System Red Green Blue C M Y K H S L
Decimal 185 160 30 0 0.14 0.84 0.27 50.32 0.72 0.42
Hex B9 A0 1E 0 E 54 1B 32 48 2A
Octal 271 240 36 0 16 124 33 62 110 52
Binary 10111001 10100000 11110 0 1110 1010100 11011 110010 1001000 101010

Color Harmonies of #B9A01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A01E

Black with #B9A01E

Text Example


Text Example

White with #B9A01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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