Html Css Color HEX #BB9996 Rosy Brown

📋 copy color: '#BB9996'

red 187 ◦ green 153 ◦ blue 150

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

Shades of Rosy Brown #BB9996

Tints of Rosy Brown #BB9996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.22%

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

R = 38.16%
G = 31.22%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB9996 (or 0xBB9996) is known color: Rosy Brown. HEX triplet: BB, 99 and 96. RGB value is (187,153,150). Sum of RGB (Red+Green+Blue) = 187+153+150=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9996 is #446669. Grayscale: #A2A2A2. Windows color (decimal): -4482666 or 9869755. OLE color: 9869755.

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

Color convert

RGB 187 153 150 -
CMYK 0 0.18 0.20 0.27
HSL 4.86º 0.21% 0.66% -
HSV(B) 4.86º 0.2% 0.73% -
XYZ 37.39 35.55 33.75 -
YUV 162.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 187 153 150 0 0.18 0.20 0.27 4.86 0.21 0.66
Hex BB 99 96 0 12 14 1B 5 15 42
Octal 273 231 226 0 22 24 33 5 25 102
Binary 10111011 10011001 10010110 0 10010 10100 11011 101 10101 1000010

Color Harmonies of #BB9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9996

Black with #BB9996

Text Example


Text Example

White with #BB9996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9996; }

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

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

background-color css

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

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

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

border-color css

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

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

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