Html Css Color HEX #B9A602 Buddha Gold

📋 copy color: '#B9A602'

red 185 ◦ green 166 ◦ blue 2

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

Shades of Buddha Gold #B9A602

Tints of Buddha Gold #B9A602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.03%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 52.41%
G = 47.03%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9A602 (or 0xB9A602) is known color: Buddha Gold. HEX triplet: B9, A6 and 02. RGB value is (185,166,2). Sum of RGB (Red+Green+Blue) = 185+166+2=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A602 is #4659FD. Grayscale: #999999. Windows color (decimal): -4610558 or 173753. OLE color: 173753.

HSL color Cylindrical-coordinate representation of color #B9A602: hue angle of 53.77º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9A602 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 166 2 -
CMYK 0 0.10 0.99 0.27
HSL 53.77º 0.98% 0.37% -
HSV(B) 53.77º 0.99% 0.73% -
XYZ 33.65 37.59 5.54 -
YUV 152.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 185 166 2 0 0.10 0.99 0.27 53.77 0.98 0.37
Hex B9 A6 2 0 A 63 1B 36 62 25
Octal 271 246 2 0 12 143 33 66 142 45
Binary 10111001 10100110 10 0 1010 1100011 11011 110110 1100010 100101

Color Harmonies of #B9A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A602

Black with #B9A602

Text Example


Text Example

White with #B9A602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A602; }

 p { color: rgb(185,166,2); }

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

background-color css

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

 a { background-color: rgb(185,166,2); }

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

border-color css

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

 span { border-color: rgb(185,166,2); }

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