Html Css Color HEX #B9A002 Buddha Gold

📋 copy color: '#B9A002'

red 185 ◦ green 160 ◦ blue 2

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

Shades of Buddha Gold #B9A002

Tints of Buddha Gold #B9A002

RGB

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

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

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

R = 53.31%
G = 46.11%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9A002 (or 0xB9A002) is known color: Buddha Gold. HEX triplet: B9, A0 and 02. RGB value is (185,160,2). Sum of RGB (Red+Green+Blue) = 185+160+2=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A002 is #465FFD. Grayscale: #969696. Windows color (decimal): -4612094 or 172217. OLE color: 172217.

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

Color convert

RGB 185 160 2 -
CMYK 0 0.14 0.99 0.27
HSL 51.8º 0.98% 0.37% -
HSV(B) 51.8º 0.99% 0.73% -
XYZ 32.59 35.46 5.18 -
YUV 149.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 185 160 2 0 0.14 0.99 0.27 51.8 0.98 0.37
Hex B9 A0 2 0 E 63 1B 34 62 25
Octal 271 240 2 0 16 143 33 64 142 45
Binary 10111001 10100000 10 0 1110 1100011 11011 110100 1100010 100101

Color Harmonies of #B9A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A002

Black with #B9A002

Text Example


Text Example

White with #B9A002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A002; }

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

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

background-color css

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

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

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

border-color css

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

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

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