Html Css Color HEX #B99B13 Buddha Gold

📋 copy color: '#B99B13'

red 185 ◦ green 155 ◦ blue 19

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

Shades of Buddha Gold #B99B13

Tints of Buddha Gold #B99B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 51.53%
G = 43.18%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B99B13 (or 0xB99B13) is known color: Buddha Gold. HEX triplet: B9, 9B and 13. RGB value is (185,155,19). Sum of RGB (Red+Green+Blue) = 185+155+19=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B13 is #4664EC. Grayscale: #959595. Windows color (decimal): -4613357 or 1285049. OLE color: 1285049.

HSL color Cylindrical-coordinate representation of color #B99B13: hue angle of 49.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B99B13 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 155 19 -
CMYK 0 0.16 0.90 0.27
HSL 49.16º 0.81% 0.4% -
HSV(B) 49.16º 0.9% 0.73% -
XYZ 31.85 33.8 5.46 -
YUV 148.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 185 155 19 0 0.16 0.90 0.27 49.16 0.81 0.4
Hex B9 9B 13 0 10 5A 1B 31 51 28
Octal 271 233 23 0 20 132 33 61 121 50
Binary 10111001 10011011 10011 0 10000 1011010 11011 110001 1010001 101000

Color Harmonies of #B99B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B13

Black with #B99B13

Text Example


Text Example

White with #B99B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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