Html Css Color HEX #BB9A99 Rosy Brown

📋 copy color: '#BB9A99'

red 187 ◦ green 154 ◦ blue 153

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

Shades of Rosy Brown #BB9A99

Tints of Rosy Brown #BB9A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.17%

 BLUE value IS 153 (60.16% from 255) = 30.97%

R = 37.85%
G = 31.17%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB9A99 (or 0xBB9A99) is known color: Rosy Brown. HEX triplet: BB, 9A and 99. RGB value is (187,154,153). Sum of RGB (Red+Green+Blue) = 187+154+153=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A99 is #446566. Grayscale: #A3A3A3. Windows color (decimal): -4482407 or 10066619. OLE color: 10066619.

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

Color convert

RGB 187 154 153 -
CMYK 0 0.18 0.18 0.27
HSL 1.76º 0.2% 0.67% -
HSV(B) 1.76º 0.18% 0.73% -
XYZ 37.8 35.98 35.09 -
YUV 163.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 187 154 153 0 0.18 0.18 0.27 1.76 0.2 0.67
Hex BB 9A 99 0 12 12 1B 2 14 43
Octal 273 232 231 0 22 22 33 2 24 103
Binary 10111011 10011010 10011001 0 10010 10010 11011 10 10100 1000011

Color Harmonies of #BB9A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A99

Black with #BB9A99

Text Example


Text Example

White with #BB9A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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