Html Css Color HEX #BB9595 Rosy Brown

📋 copy color: '#BB9595'

red 187 ◦ green 149 ◦ blue 149

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

Shades of Rosy Brown #BB9595

Tints of Rosy Brown #BB9595

RGB

 RED value IS 187 (73.44% from 255) = 38.56%

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

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

R = 38.56%
G = 30.72%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB9595 (or 0xBB9595) is known color: Rosy Brown. HEX triplet: BB, 95 and 95. RGB value is (187,149,149). Sum of RGB (Red+Green+Blue) = 187+149+149=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9595 is #446A6A. Grayscale: #A0A0A0. Windows color (decimal): -4483691 or 9803195. OLE color: 9803195.

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

Color convert

RGB 187 149 149 -
CMYK 0 0.20 0.20 0.27
HSL 0.22% 0.66% -
HSV(B) 0.2% 0.73% -
XYZ 36.67 34.23 33.11 -
YUV 160.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 187 149 149 0 0.20 0.20 0.27 0 0.22 0.66
Hex BB 95 95 0 14 14 1B 0 16 42
Octal 273 225 225 0 24 24 33 0 26 102
Binary 10111011 10010101 10010101 0 10100 10100 11011 0 10110 1000010

Color Harmonies of #BB9595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9595

Black with #BB9595

Text Example


Text Example

White with #BB9595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9595; }

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

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

background-color css

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

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

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

border-color css

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

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

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