Html Css Color HEX #BB9593 Rosy Brown

📋 copy color: '#BB9593'

red 187 ◦ green 149 ◦ blue 147

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

Shades of Rosy Brown #BB9593

Tints of Rosy Brown #BB9593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 38.72%
G = 30.85%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB9593 (or 0xBB9593) is known color: Rosy Brown. HEX triplet: BB, 95 and 93. RGB value is (187,149,147). Sum of RGB (Red+Green+Blue) = 187+149+147=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9593 is #446A6C. Grayscale: #A0A0A0. Windows color (decimal): -4483693 or 9672123. OLE color: 9672123.

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

Color convert

RGB 187 149 147 -
CMYK 0 0.20 0.21 0.27
HSL 0.23% 0.65% -
HSV(B) 0.21% 0.73% -
XYZ 36.51 34.17 32.27 -
YUV 160.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 187 149 147 0 0.20 0.21 0.27 3 0.23 0.65
Hex BB 95 93 0 14 15 1B 3 17 41
Octal 273 225 223 0 24 25 33 3 27 101
Binary 10111011 10010101 10010011 0 10100 10101 11011 11 10111 1000001

Color Harmonies of #BB9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9593

Black with #BB9593

Text Example


Text Example

White with #BB9593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9593; }

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

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

background-color css

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

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

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

border-color css

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

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

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