Html Css Color HEX #BB9494 Rosy Brown

📋 copy color: '#BB9494'

red 187 ◦ green 148 ◦ blue 148

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

Shades of Rosy Brown #BB9494

Tints of Rosy Brown #BB9494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 38.72%
G = 30.64%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB9494 (or 0xBB9494) is known color: Rosy Brown. HEX triplet: BB, 94 and 94. RGB value is (187,148,148). Sum of RGB (Red+Green+Blue) = 187+148+148=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9494 is #446B6B. Grayscale: #9F9F9F. Windows color (decimal): -4483948 or 9737403. OLE color: 9737403.

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

Color convert

RGB 187 148 148 -
CMYK 0 0.21 0.21 0.27
HSL 0.22% 0.66% -
HSV(B) 0.21% 0.73% -
XYZ 36.43 33.88 32.64 -
YUV 159.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 187 148 148 0 0.21 0.21 0.27 0 0.22 0.66
Hex BB 94 94 0 15 15 1B 0 16 42
Octal 273 224 224 0 25 25 33 0 26 102
Binary 10111011 10010100 10010100 0 10101 10101 11011 0 10110 1000010

Color Harmonies of #BB9494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9494

Black with #BB9494

Text Example


Text Example

White with #BB9494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9494; }

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

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

background-color css

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

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

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

border-color css

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

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

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