Html Css Color HEX #B99595 Rosy Brown

📋 copy color: '#B99595'

red 185 ◦ green 149 ◦ blue 149

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

Shades of Rosy Brown #B99595

Tints of Rosy Brown #B99595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

 BLUE value IS 149 (58.59% from 255) = 30.85%

R = 38.3%
G = 30.85%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B99595 (or 0xB99595) is known color: Rosy Brown. HEX triplet: B9, 95 and 95. RGB value is (185,149,149). Sum of RGB (Red+Green+Blue) = 185+149+149=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B99595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99595 is #466A6A. Grayscale: #9F9F9F. Windows color (decimal): -4614763 or 9803193. OLE color: 9803193.

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

Color convert

RGB 185 149 149 -
CMYK 0 0.19 0.19 0.27
HSL 0.2% 0.65% -
HSV(B) 0.19% 0.73% -
XYZ 36.18 33.98 33.09 -
YUV 159.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 185 149 149 0 0.19 0.19 0.27 0 0.2 0.65
Hex B9 95 95 0 13 13 1B 0 14 41
Octal 271 225 225 0 23 23 33 0 24 101
Binary 10111001 10010101 10010101 0 10011 10011 11011 0 10100 1000001

Color Harmonies of #B99595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99595

Black with #B99595

Text Example


Text Example

White with #B99595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99595; }

 p { color: rgb(185,149,149); }

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

background-color css

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

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

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

border-color css

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

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

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