Html Css Color HEX #B9A108 Buddha Gold

📋 copy color: '#B9A108'

red 185 ◦ green 161 ◦ blue 8

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

Shades of Buddha Gold #B9A108

Tints of Buddha Gold #B9A108

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.48%

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 52.26%
G = 45.48%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B9A108 (or 0xB9A108) is known color: Buddha Gold. HEX triplet: B9, A1 and 08. RGB value is (185,161,8). Sum of RGB (Red+Green+Blue) = 185+161+8=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A108 is #465EF7. Grayscale: #979797. Windows color (decimal): -4611832 or 565689. OLE color: 565689.

HSL color Cylindrical-coordinate representation of color #B9A108: hue angle of 51.86º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9A108 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 8 -
CMYK 0 0.13 0.96 0.27
HSL 51.86º 0.92% 0.38% -
HSV(B) 51.86º 0.96% 0.73% -
XYZ 32.8 35.82 5.42 -
YUV 150.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 185 161 8 0 0.13 0.96 0.27 51.86 0.92 0.38
Hex B9 A1 8 0 D 60 1B 34 5C 26
Octal 271 241 10 0 15 140 33 64 134 46
Binary 10111001 10100001 1000 0 1101 1100000 11011 110100 1011100 100110

Color Harmonies of #B9A108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A108

Black with #B9A108

Text Example


Text Example

White with #B9A108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A108; }

 p { color: rgb(185,161,8); }

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

background-color css

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

 a { background-color: rgb(185,161,8); }

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

border-color css

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

 span { border-color: rgb(185,161,8); }

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