Html Css Color HEX #BB3758 Old Rose

📋 copy color: '#BB3758'

red 187 ◦ green 55 ◦ blue 88

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

Shades of Old Rose #BB3758

Tints of Old Rose #BB3758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 56.67%
G = 16.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB3758 (or 0xBB3758) is known color: Old Rose. HEX triplet: BB, 37 and 58. RGB value is (187,55,88). Sum of RGB (Red+Green+Blue) = 187+55+88=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3758 is #44C8A7. Grayscale: #626262. Windows color (decimal): -4507816 or 5781435. OLE color: 5781435.

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

Color convert

RGB 187 55 88 -
CMYK 0 0.71 0.53 0.27
HSL 345º 0.55% 0.47% -
HSV(B) 345º 0.71% 0.73% -
XYZ 23.62 14 10.69 -
YUV 98.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 187 55 88 0 0.71 0.53 0.27 345 0.55 0.47
Hex BB 37 58 0 47 35 1B 159 37 2F
Octal 273 67 130 0 107 65 33 531 67 57
Binary 10111011 110111 1011000 0 1000111 110101 11011 101011001 110111 101111

Color Harmonies of #BB3758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3758

Black with #BB3758

Text Example


Text Example

White with #BB3758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3758; }

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

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

background-color css

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

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

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

border-color css

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

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

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