Html Css Color HEX #B9A11D Buddha Gold

📋 copy color: '#B9A11D'

red 185 ◦ green 161 ◦ blue 29

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

Shades of Buddha Gold #B9A11D

Tints of Buddha Gold #B9A11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 49.33%
G = 42.93%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9A11D (or 0xB9A11D) is known color: Buddha Gold. HEX triplet: B9, A1 and 1D. RGB value is (185,161,29). Sum of RGB (Red+Green+Blue) = 185+161+29=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A11D is #465EE2. Grayscale: #999999. Windows color (decimal): -4611811 or 1941945. OLE color: 1941945.

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

Color convert

RGB 185 161 29 -
CMYK 0 0.13 0.84 0.27
HSL 50.77º 0.73% 0.42% -
HSV(B) 50.77º 0.84% 0.73% -
XYZ 32.97 35.89 6.35 -
YUV 153.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 185 161 29 0 0.13 0.84 0.27 50.77 0.73 0.42
Hex B9 A1 1D 0 D 54 1B 33 49 2A
Octal 271 241 35 0 15 124 33 63 111 52
Binary 10111001 10100001 11101 0 1101 1010100 11011 110011 1001001 101010

Color Harmonies of #B9A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A11D

Black with #B9A11D

Text Example


Text Example

White with #B9A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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