Html Css Color HEX #B99211 Buddha Gold

📋 copy color: '#B99211'

red 185 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #B99211

Tints of Buddha Gold #B99211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.95%

 BLUE value IS 17 (7.03% from 255) = 4.89%

R = 53.16%
G = 41.95%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B99211 (or 0xB99211) is known color: Buddha Gold. HEX triplet: B9, 92 and 11. RGB value is (185,146,17). Sum of RGB (Red+Green+Blue) = 185+146+17=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B99211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99211 is #466DEE. Grayscale: #8F8F8F. Windows color (decimal): -4615663 or 1151673. OLE color: 1151673.

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

Color convert

RGB 185 146 17 -
CMYK 0 0.21 0.91 0.27
HSL 46.07º 0.83% 0.4% -
HSV(B) 46.07º 0.91% 0.73% -
XYZ 30.39 30.91 4.9 -
YUV 142.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 185 146 17 0 0.21 0.91 0.27 46.07 0.83 0.4
Hex B9 92 11 0 15 5B 1B 2E 53 28
Octal 271 222 21 0 25 133 33 56 123 50
Binary 10111001 10010010 10001 0 10101 1011011 11011 101110 1010011 101000

Color Harmonies of #B99211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99211

Black with #B99211

Text Example


Text Example

White with #B99211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99211; }

 p { color: rgb(185,146,17); }

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

background-color css

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

 a { background-color: rgb(185,146,17); }

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

border-color css

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

 span { border-color: rgb(185,146,17); }

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