Html Css Color HEX #BB3858 Old Rose

📋 copy color: '#BB3858'

red 187 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #BB3858

Tints of Old Rose #BB3858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.59%

R = 56.5%
G = 16.92%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB3858 (or 0xBB3858) is known color: Old Rose. HEX triplet: BB, 38 and 58. RGB value is (187,56,88). Sum of RGB (Red+Green+Blue) = 187+56+88=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3858 is #44C7A7. Grayscale: #626262. Windows color (decimal): -4507560 or 5781691. OLE color: 5781691.

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

Color convert

RGB 187 56 88 -
CMYK 0 0.70 0.53 0.27
HSL 345.34º 0.54% 0.48% -
HSV(B) 345.34º 0.7% 0.73% -
XYZ 23.67 14.1 10.71 -
YUV 98.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 187 56 88 0 0.70 0.53 0.27 345.34 0.54 0.48
Hex BB 38 58 0 46 35 1B 159 36 30
Octal 273 70 130 0 106 65 33 531 66 60
Binary 10111011 111000 1011000 0 1000110 110101 11011 101011001 110110 110000

Color Harmonies of #BB3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3858

Black with #BB3858

Text Example


Text Example

White with #BB3858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3858; }

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

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

background-color css

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

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

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

border-color css

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

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

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