Html Css Color HEX #BB9492 Rosy Brown

📋 copy color: '#BB9492'

red 187 ◦ green 148 ◦ blue 146

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

Shades of Rosy Brown #BB9492

Tints of Rosy Brown #BB9492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 38.88%
G = 30.77%
B = 30.35%

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

#BB9492 (or 0xBB9492) is known color: Rosy Brown. HEX triplet: BB, 94 and 92. RGB value is (187,148,146). Sum of RGB (Red+Green+Blue) = 187+148+146=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9492 is #446B6D. Grayscale: #9F9F9F. Windows color (decimal): -4483950 or 9606331. OLE color: 9606331.

HSL color Cylindrical-coordinate representation of color #BB9492: hue angle of 2.93º degrees, saturation: 0.23, 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 #BB9492 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 146 -
CMYK 0 0.21 0.22 0.27
HSL 2.93º 0.23% 0.65% -
HSV(B) 2.93º 0.22% 0.73% -
XYZ 36.27 33.82 31.81 -
YUV 159.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 187 148 146 0 0.21 0.22 0.27 2.93 0.23 0.65
Hex BB 94 92 0 15 16 1B 3 17 41
Octal 273 224 222 0 25 26 33 3 27 101
Binary 10111011 10010100 10010010 0 10101 10110 11011 11 10111 1000001

Color Harmonies of #BB9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9492

Black with #BB9492

Text Example


Text Example

White with #BB9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9492; }

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

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

background-color css

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

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

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

border-color css

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

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

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