Html Css Color HEX #BB9696 Rosy Brown

📋 copy color: '#BB9696'

red 187 ◦ green 150 ◦ blue 150

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

Shades of Rosy Brown #BB9696

Tints of Rosy Brown #BB9696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 38.4%
G = 30.8%
B = 30.8%

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

#BB9696 (or 0xBB9696) is known color: Rosy Brown. HEX triplet: BB, 96 and 96. RGB value is (187,150,150). Sum of RGB (Red+Green+Blue) = 187+150+150=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9696 is #446969. Grayscale: #A1A1A1. Windows color (decimal): -4483434 or 9868987. OLE color: 9868987.

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

Color convert

RGB 187 150 150 -
CMYK 0 0.20 0.20 0.27
HSL 0.21% 0.66% -
HSV(B) 0.2% 0.73% -
XYZ 36.9 34.58 33.58 -
YUV 161.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 187 150 150 0 0.20 0.20 0.27 0 0.21 0.66
Hex BB 96 96 0 14 14 1B 0 15 42
Octal 273 226 226 0 24 24 33 0 25 102
Binary 10111011 10010110 10010110 0 10100 10100 11011 0 10101 1000010

Color Harmonies of #BB9696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9696

Black with #BB9696

Text Example


Text Example

White with #BB9696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9696; }

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

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

background-color css

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

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

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

border-color css

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

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

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