Html Css Color HEX #BB3856 Old Rose

📋 copy color: '#BB3856'

red 187 ◦ green 56 ◦ blue 86

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

Shades of Old Rose #BB3856

Tints of Old Rose #BB3856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.02%

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

R = 56.84%
G = 17.02%
B = 26.14%

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

#BB3856 (or 0xBB3856) is known color: Old Rose. HEX triplet: BB, 38 and 56. RGB value is (187,56,86). Sum of RGB (Red+Green+Blue) = 187+56+86=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3856 is #44C7A9. Grayscale: #626262. Windows color (decimal): -4507562 or 5650619. OLE color: 5650619.

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

Color convert

RGB 187 56 86 -
CMYK 0 0.70 0.54 0.27
HSL 346.26º 0.54% 0.48% -
HSV(B) 346.26º 0.7% 0.73% -
XYZ 23.59 14.07 10.28 -
YUV 98.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 187 56 86 0 0.70 0.54 0.27 346.26 0.54 0.48
Hex BB 38 56 0 46 36 1B 15A 36 30
Octal 273 70 126 0 106 66 33 532 66 60
Binary 10111011 111000 1010110 0 1000110 110110 11011 101011010 110110 110000

Color Harmonies of #BB3856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3856

Black with #BB3856

Text Example


Text Example

White with #BB3856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3856; }

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

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

background-color css

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

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

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

border-color css

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

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

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