Html Css Color HEX #B99C11 Buddha Gold

📋 copy color: '#B99C11'

red 185 ◦ green 156 ◦ blue 17

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

Shades of Buddha Gold #B99C11

Tints of Buddha Gold #B99C11

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.58%

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

R = 51.68%
G = 43.58%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B99C11 (or 0xB99C11) is known color: Buddha Gold. HEX triplet: B9, 9C and 11. RGB value is (185,156,17). Sum of RGB (Red+Green+Blue) = 185+156+17=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C11 is #4663EE. Grayscale: #959595. Windows color (decimal): -4613103 or 1154233. OLE color: 1154233.

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

Color convert

RGB 185 156 17 -
CMYK 0 0.16 0.91 0.27
HSL 49.64º 0.83% 0.4% -
HSV(B) 49.64º 0.91% 0.73% -
XYZ 32 34.13 5.43 -
YUV 148.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 185 156 17 0 0.16 0.91 0.27 49.64 0.83 0.4
Hex B9 9C 11 0 10 5B 1B 32 53 28
Octal 271 234 21 0 20 133 33 62 123 50
Binary 10111001 10011100 10001 0 10000 1011011 11011 110010 1010011 101000

Color Harmonies of #B99C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C11

Black with #B99C11

Text Example


Text Example

White with #B99C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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