Html Css Color HEX #BB3956 Old Rose

📋 copy color: '#BB3956'

red 187 ◦ green 57 ◦ blue 86

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

Shades of Old Rose #BB3956

Tints of Old Rose #BB3956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.27%

 BLUE value IS 86 (33.98% from 255) = 26.06%

R = 56.67%
G = 17.27%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB3956 (or 0xBB3956) is known color: Old Rose. HEX triplet: BB, 39 and 56. RGB value is (187,57,86). Sum of RGB (Red+Green+Blue) = 187+57+86=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3956 is #44C6A9. Grayscale: #636363. Windows color (decimal): -4507306 or 5650875. OLE color: 5650875.

HSL color Cylindrical-coordinate representation of color #BB3956: hue angle of 346.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3956 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 86 -
CMYK 0 0.70 0.54 0.27
HSL 346.62º 0.53% 0.48% -
HSV(B) 346.62º 0.7% 0.73% -
XYZ 23.64 14.16 10.29 -
YUV 99.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 187 57 86 0 0.70 0.54 0.27 346.62 0.53 0.48
Hex BB 39 56 0 46 36 1B 15B 35 30
Octal 273 71 126 0 106 66 33 533 65 60
Binary 10111011 111001 1010110 0 1000110 110110 11011 101011011 110101 110000

Color Harmonies of #BB3956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3956

Black with #BB3956

Text Example


Text Example

White with #BB3956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3956; }

 p { color: rgb(187,57,86); }

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

background-color css

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

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

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

border-color css

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

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

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