Html Css Color HEX #B99311 Buddha Gold

📋 copy color: '#B99311'

red 185 ◦ green 147 ◦ blue 17

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

Shades of Buddha Gold #B99311

Tints of Buddha Gold #B99311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.12%

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

R = 53.01%
G = 42.12%
B = 4.87%

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

#B99311 (or 0xB99311) is known color: Buddha Gold. HEX triplet: B9, 93 and 11. RGB value is (185,147,17). Sum of RGB (Red+Green+Blue) = 185+147+17=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B99311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99311 is #466CEE. Grayscale: #909090. Windows color (decimal): -4615407 or 1151929. OLE color: 1151929.

HSL color Cylindrical-coordinate representation of color #B99311: hue angle of 46.43º 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 #B99311 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 17 -
CMYK 0 0.21 0.91 0.27
HSL 46.43º 0.83% 0.4% -
HSV(B) 46.43º 0.91% 0.73% -
XYZ 30.54 31.22 4.95 -
YUV 143.54 56.59 157.57 -
System Red Green Blue C M Y K H S L
Decimal 185 147 17 0 0.21 0.91 0.27 46.43 0.83 0.4
Hex B9 93 11 0 15 5B 1B 2E 53 28
Octal 271 223 21 0 25 133 33 56 123 50
Binary 10111001 10010011 10001 0 10101 1011011 11011 101110 1010011 101000

Color Harmonies of #B99311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99311

Black with #B99311

Text Example


Text Example

White with #B99311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99311; }

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

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

background-color css

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

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

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

border-color css

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

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

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