Html Css Color HEX #BB9695 Rosy Brown

📋 copy color: '#BB9695'

red 187 ◦ green 150 ◦ blue 149

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

Shades of Rosy Brown #BB9695

Tints of Rosy Brown #BB9695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

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

R = 38.48%
G = 30.86%
B = 30.66%

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

#BB9695 (or 0xBB9695) is known color: Rosy Brown. HEX triplet: BB, 96 and 95. RGB value is (187,150,149). Sum of RGB (Red+Green+Blue) = 187+150+149=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9695 is #44696A. Grayscale: #A0A0A0. Windows color (decimal): -4483435 or 9803451. OLE color: 9803451.

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

Color convert

RGB 187 150 149 -
CMYK 0 0.20 0.20 0.27
HSL 1.58º 0.22% 0.66% -
HSV(B) 1.58º 0.2% 0.73% -
XYZ 36.82 34.55 33.16 -
YUV 160.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 187 150 149 0 0.20 0.20 0.27 1.58 0.22 0.66
Hex BB 96 95 0 14 14 1B 2 16 42
Octal 273 226 225 0 24 24 33 2 26 102
Binary 10111011 10010110 10010101 0 10100 10100 11011 10 10110 1000010

Color Harmonies of #BB9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9695

Black with #BB9695

Text Example


Text Example

White with #BB9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9695; }

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

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

background-color css

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

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

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

border-color css

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

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

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