Html Css Color HEX #BB9390 Rosy Brown

📋 copy color: '#BB9390'

red 187 ◦ green 147 ◦ blue 144

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

Shades of Rosy Brown #BB9390

Tints of Rosy Brown #BB9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.75%

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 39.12%
G = 30.75%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB9390 (or 0xBB9390) is known color: Rosy Brown. HEX triplet: BB, 93 and 90. RGB value is (187,147,144). Sum of RGB (Red+Green+Blue) = 187+147+144=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9390 is #446C6F. Grayscale: #9E9E9E. Windows color (decimal): -4484208 or 9475003. OLE color: 9475003.

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

Color convert

RGB 187 147 144 -
CMYK 0 0.21 0.23 0.27
HSL 4.19º 0.24% 0.65% -
HSV(B) 4.19º 0.23% 0.73% -
XYZ 35.96 33.45 30.95 -
YUV 158.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 187 147 144 0 0.21 0.23 0.27 4.19 0.24 0.65
Hex BB 93 90 0 15 17 1B 4 18 41
Octal 273 223 220 0 25 27 33 4 30 101
Binary 10111011 10010011 10010000 0 10101 10111 11011 100 11000 1000001

Color Harmonies of #BB9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9390

Black with #BB9390

Text Example


Text Example

White with #BB9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9390; }

 p { color: rgb(187,147,144); }

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

background-color css

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

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

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

border-color css

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

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

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