Html Css Color HEX #B9A100 Buddha Gold

📋 copy color: '#B9A100'

red 185 ◦ green 161 ◦ blue 0

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

Shades of Buddha Gold #B9A100

Tints of Buddha Gold #B9A100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.47%
G = 46.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B9A100 (or 0xB9A100) is known color: Buddha Gold. HEX triplet: B9, A1 and 00. RGB value is (185,161,0). Sum of RGB (Red+Green+Blue) = 185+161+0=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A100 is #465EFF. Grayscale: #969696. Windows color (decimal): -4611840 or 41401. OLE color: 41401.

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

Color convert

RGB 185 161 0 -
CMYK 0 0.13 1 0.27
HSL 52.22º 1% 0.36% -
HSV(B) 52.22º 1% 0.73% -
XYZ 32.75 35.8 5.18 -
YUV 149.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 185 161 0 0 0.13 1 0.27 52.22 1 0.36
Hex B9 A1 0 0 D 64 1B 34 64 24
Octal 271 241 0 0 15 144 33 64 144 44
Binary 10111001 10100001 0 0 1101 1100100 11011 110100 1100100 100100

Color Harmonies of #B9A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A100

Black with #B9A100

Text Example


Text Example

White with #B9A100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A100; }

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

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

background-color css

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

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

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

border-color css

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

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

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