Html Css Color HEX #B9A610 Buddha Gold

📋 copy color: '#B9A610'

red 185 ◦ green 166 ◦ blue 16

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

Shades of Buddha Gold #B9A610

Tints of Buddha Gold #B9A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 50.41%
G = 45.23%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B9A610 (or 0xB9A610) is known color: Buddha Gold. HEX triplet: B9, A6 and 10. RGB value is (185,166,16). Sum of RGB (Red+Green+Blue) = 185+166+16=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A610 is #4659EF. Grayscale: #9B9B9B. Windows color (decimal): -4610544 or 1091257. OLE color: 1091257.

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

Color convert

RGB 185 166 16 -
CMYK 0 0.10 0.91 0.27
HSL 53.25º 0.84% 0.39% -
HSV(B) 53.25º 0.91% 0.73% -
XYZ 33.74 37.62 5.97 -
YUV 154.58 49.79 149.7 -
System Red Green Blue C M Y K H S L
Decimal 185 166 16 0 0.10 0.91 0.27 53.25 0.84 0.39
Hex B9 A6 10 0 A 5B 1B 35 54 27
Octal 271 246 20 0 12 133 33 65 124 47
Binary 10111001 10100110 10000 0 1010 1011011 11011 110101 1010100 100111

Color Harmonies of #B9A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A610

Black with #B9A610

Text Example


Text Example

White with #B9A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A610; }

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

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

background-color css

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

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

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

border-color css

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

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

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