Html Css Color HEX #B9A11A Buddha Gold

📋 copy color: '#B9A11A'

red 185 ◦ green 161 ◦ blue 26

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

Shades of Buddha Gold #B9A11A

Tints of Buddha Gold #B9A11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.99%

R = 49.73%
G = 43.28%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9A11A (or 0xB9A11A) is known color: Buddha Gold. HEX triplet: B9, A1 and 1A. RGB value is (185,161,26). Sum of RGB (Red+Green+Blue) = 185+161+26=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A11A is #465EE5. Grayscale: #999999. Windows color (decimal): -4611814 or 1745337. OLE color: 1745337.

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

Color convert

RGB 185 161 26 -
CMYK 0 0.13 0.86 0.27
HSL 50.94º 0.75% 0.41% -
HSV(B) 50.94º 0.86% 0.73% -
XYZ 32.94 35.88 6.17 -
YUV 152.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 185 161 26 0 0.13 0.86 0.27 50.94 0.75 0.41
Hex B9 A1 1A 0 D 56 1B 33 4B 29
Octal 271 241 32 0 15 126 33 63 113 51
Binary 10111001 10100001 11010 0 1101 1010110 11011 110011 1001011 101001

Color Harmonies of #B9A11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A11A

Black with #B9A11A

Text Example


Text Example

White with #B9A11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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