Html Css Color HEX #B99B11 Buddha Gold

📋 copy color: '#B99B11'

red 185 ◦ green 155 ◦ blue 17

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

Shades of Buddha Gold #B99B11

Tints of Buddha Gold #B99B11

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.42%

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

R = 51.82%
G = 43.42%
B = 4.76%

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

#B99B11 (or 0xB99B11) is known color: Buddha Gold. HEX triplet: B9, 9B and 11. RGB value is (185,155,17). Sum of RGB (Red+Green+Blue) = 185+155+17=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B11 is #4664EE. Grayscale: #949494. Windows color (decimal): -4613359 or 1153977. OLE color: 1153977.

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

Color convert

RGB 185 155 17 -
CMYK 0 0.16 0.91 0.27
HSL 49.29º 0.83% 0.4% -
HSV(B) 49.29º 0.91% 0.73% -
XYZ 31.83 33.8 5.38 -
YUV 148.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 185 155 17 0 0.16 0.91 0.27 49.29 0.83 0.4
Hex B9 9B 11 0 10 5B 1B 31 53 28
Octal 271 233 21 0 20 133 33 61 123 50
Binary 10111001 10011011 10001 0 10000 1011011 11011 110001 1010011 101000

Color Harmonies of #B99B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B11

Black with #B99B11

Text Example


Text Example

White with #B99B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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