Html Css Color HEX #B9A00F Buddha Gold

📋 copy color: '#B9A00F'

red 185 ◦ green 160 ◦ blue 15

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

Shades of Buddha Gold #B9A00F

Tints of Buddha Gold #B9A00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 51.39%
G = 44.44%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9A00F (or 0xB9A00F) is known color: Buddha Gold. HEX triplet: B9, A0 and 0F. RGB value is (185,160,15). Sum of RGB (Red+Green+Blue) = 185+160+15=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A00F is #465FF0. Grayscale: #979797. Windows color (decimal): -4612081 or 1024185. OLE color: 1024185.

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

Color convert

RGB 185 160 15 -
CMYK 0 0.14 0.92 0.27
HSL 51.18º 0.85% 0.39% -
HSV(B) 51.18º 0.92% 0.73% -
XYZ 32.66 35.49 5.58 -
YUV 150.95 51.28 152.29 -
System Red Green Blue C M Y K H S L
Decimal 185 160 15 0 0.14 0.92 0.27 51.18 0.85 0.39
Hex B9 A0 F 0 E 5C 1B 33 55 27
Octal 271 240 17 0 16 134 33 63 125 47
Binary 10111001 10100000 1111 0 1110 1011100 11011 110011 1010101 100111

Color Harmonies of #B9A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A00F

Black with #B9A00F

Text Example


Text Example

White with #B9A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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