Html Css Color HEX #B9A01F Buddha Gold

📋 copy color: '#B9A01F'

red 185 ◦ green 160 ◦ blue 31

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

Shades of Buddha Gold #B9A01F

Tints of Buddha Gold #B9A01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 49.2%
G = 42.55%
B = 8.24%

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

#B9A01F (or 0xB9A01F) is known color: Buddha Gold. HEX triplet: B9, A0 and 1F. RGB value is (185,160,31). Sum of RGB (Red+Green+Blue) = 185+160+31=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A01F is #465FE0. Grayscale: #999999. Windows color (decimal): -4612065 or 2072761. OLE color: 2072761.

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

Color convert

RGB 185 160 31 -
CMYK 0 0.14 0.83 0.27
HSL 50.26º 0.71% 0.42% -
HSV(B) 50.26º 0.83% 0.73% -
XYZ 32.83 35.55 6.43 -
YUV 152.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 185 160 31 0 0.14 0.83 0.27 50.26 0.71 0.42
Hex B9 A0 1F 0 E 53 1B 32 47 2A
Octal 271 240 37 0 16 123 33 62 107 52
Binary 10111001 10100000 11111 0 1110 1010011 11011 110010 1000111 101010

Color Harmonies of #B9A01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A01F

Black with #B9A01F

Text Example


Text Example

White with #B9A01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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