Html Css Color HEX #B9A20F Buddha Gold

📋 copy color: '#B9A20F'

red 185 ◦ green 162 ◦ blue 15

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

Shades of Buddha Gold #B9A20F

Tints of Buddha Gold #B9A20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.75%

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

R = 51.1%
G = 44.75%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9A20F (or 0xB9A20F) is known color: Buddha Gold. HEX triplet: B9, A2 and 0F. RGB value is (185,162,15). Sum of RGB (Red+Green+Blue) = 185+162+15=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A20F is #465DF0. Grayscale: #989898. Windows color (decimal): -4611569 or 1024697. OLE color: 1024697.

HSL color Cylindrical-coordinate representation of color #B9A20F: hue angle of 51.88º 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 #B9A20F is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 15 -
CMYK 0 0.12 0.92 0.27
HSL 51.88º 0.85% 0.39% -
HSV(B) 51.88º 0.92% 0.73% -
XYZ 33.01 36.19 5.7 -
YUV 152.12 50.62 151.45 -
System Red Green Blue C M Y K H S L
Decimal 185 162 15 0 0.12 0.92 0.27 51.88 0.85 0.39
Hex B9 A2 F 0 C 5C 1B 34 55 27
Octal 271 242 17 0 14 134 33 64 125 47
Binary 10111001 10100010 1111 0 1100 1011100 11011 110100 1010101 100111

Color Harmonies of #B9A20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A20F

Black with #B9A20F

Text Example


Text Example

White with #B9A20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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