Html Css Color HEX #BB9491 Rosy Brown

📋 copy color: '#BB9491'

red 187 ◦ green 148 ◦ blue 145

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

Shades of Rosy Brown #BB9491

Tints of Rosy Brown #BB9491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 38.96%
G = 30.83%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB9491 (or 0xBB9491) is known color: Rosy Brown. HEX triplet: BB, 94 and 91. RGB value is (187,148,145). Sum of RGB (Red+Green+Blue) = 187+148+145=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9491 is #446B6E. Grayscale: #9F9F9F. Windows color (decimal): -4483951 or 9540795. OLE color: 9540795.

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

Color convert

RGB 187 148 145 -
CMYK 0 0.21 0.22 0.27
HSL 4.29º 0.24% 0.65% -
HSV(B) 4.29º 0.22% 0.73% -
XYZ 36.19 33.79 31.4 -
YUV 159.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 187 148 145 0 0.21 0.22 0.27 4.29 0.24 0.65
Hex BB 94 91 0 15 16 1B 4 18 41
Octal 273 224 221 0 25 26 33 4 30 101
Binary 10111011 10010100 10010001 0 10101 10110 11011 100 11000 1000001

Color Harmonies of #BB9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9491

Black with #BB9491

Text Example


Text Example

White with #BB9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9491; }

 p { color: rgb(187,148,145); }

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

background-color css

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

 a { background-color: rgb(187,148,145); }

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

border-color css

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

 span { border-color: rgb(187,148,145); }

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