Html Css Color HEX #BB9997 Rosy Brown

📋 copy color: '#BB9997'

red 187 ◦ green 153 ◦ blue 151

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

Shades of Rosy Brown #BB9997

Tints of Rosy Brown #BB9997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.75%

R = 38.09%
G = 31.16%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB9997 (or 0xBB9997) is known color: Rosy Brown. HEX triplet: BB, 99 and 97. RGB value is (187,153,151). Sum of RGB (Red+Green+Blue) = 187+153+151=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9997 is #446668. Grayscale: #A2A2A2. Windows color (decimal): -4482665 or 9935291. OLE color: 9935291.

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

Color convert

RGB 187 153 151 -
CMYK 0 0.18 0.19 0.27
HSL 3.33º 0.21% 0.66% -
HSV(B) 3.33º 0.19% 0.73% -
XYZ 37.47 35.58 34.17 -
YUV 162.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 187 153 151 0 0.18 0.19 0.27 3.33 0.21 0.66
Hex BB 99 97 0 12 13 1B 3 15 42
Octal 273 231 227 0 22 23 33 3 25 102
Binary 10111011 10011001 10010111 0 10010 10011 11011 11 10101 1000010

Color Harmonies of #BB9997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9997

Black with #BB9997

Text Example


Text Example

White with #BB9997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9997; }

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

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

background-color css

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

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

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

border-color css

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

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

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