Html Css Color HEX #B9A505 Buddha Gold

📋 copy color: '#B9A505'

red 185 ◦ green 165 ◦ blue 5

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

Shades of Buddha Gold #B9A505

Tints of Buddha Gold #B9A505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.48%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 52.11%
G = 46.48%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B9A505 (or 0xB9A505) is known color: Buddha Gold. HEX triplet: B9, A5 and 05. RGB value is (185,165,5). Sum of RGB (Red+Green+Blue) = 185+165+5=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A505 is #465AFA. Grayscale: #999999. Windows color (decimal): -4610811 or 370105. OLE color: 370105.

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

Color convert

RGB 185 165 5 -
CMYK 0 0.11 0.97 0.27
HSL 53.33º 0.95% 0.37% -
HSV(B) 53.33º 0.97% 0.73% -
XYZ 33.49 37.24 5.57 -
YUV 152.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 185 165 5 0 0.11 0.97 0.27 53.33 0.95 0.37
Hex B9 A5 5 0 B 61 1B 35 5F 25
Octal 271 245 5 0 13 141 33 65 137 45
Binary 10111001 10100101 101 0 1011 1100001 11011 110101 1011111 100101

Color Harmonies of #B9A505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A505

Black with #B9A505

Text Example


Text Example

White with #B9A505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A505; }

 p { color: rgb(185,165,5); }

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

background-color css

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

 a { background-color: rgb(185,165,5); }

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

border-color css

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

 span { border-color: rgb(185,165,5); }

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