Html Css Color HEX #BB9896 Rosy Brown

📋 copy color: '#BB9896'

red 187 ◦ green 152 ◦ blue 150

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

Shades of Rosy Brown #BB9896

Tints of Rosy Brown #BB9896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.08%

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

R = 38.24%
G = 31.08%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB9896 (or 0xBB9896) is known color: Rosy Brown. HEX triplet: BB, 98 and 96. RGB value is (187,152,150). Sum of RGB (Red+Green+Blue) = 187+152+150=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9896 is #446769. Grayscale: #A2A2A2. Windows color (decimal): -4482922 or 9869499. OLE color: 9869499.

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

Color convert

RGB 187 152 150 -
CMYK 0 0.19 0.20 0.27
HSL 3.24º 0.21% 0.66% -
HSV(B) 3.24º 0.2% 0.73% -
XYZ 37.23 35.22 33.69 -
YUV 162.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 187 152 150 0 0.19 0.20 0.27 3.24 0.21 0.66
Hex BB 98 96 0 13 14 1B 3 15 42
Octal 273 230 226 0 23 24 33 3 25 102
Binary 10111011 10011000 10010110 0 10011 10100 11011 11 10101 1000010

Color Harmonies of #BB9896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9896

Black with #BB9896

Text Example


Text Example

White with #BB9896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9896; }

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

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

background-color css

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

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

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

border-color css

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

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

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