Html Css Color HEX #BB375D Old Rose

📋 copy color: '#BB375D'

red 187 ◦ green 55 ◦ blue 93

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

Shades of Old Rose #BB375D

Tints of Old Rose #BB375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 55.82%
G = 16.42%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB375D (or 0xBB375D) is known color: Old Rose. HEX triplet: BB, 37 and 5D. RGB value is (187,55,93). Sum of RGB (Red+Green+Blue) = 187+55+93=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB375D is #44C8A2. Grayscale: #626262. Windows color (decimal): -4507811 or 6109115. OLE color: 6109115.

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

Color convert

RGB 187 55 93 -
CMYK 0 0.71 0.50 0.27
HSL 342.73º 0.55% 0.47% -
HSV(B) 342.73º 0.71% 0.73% -
XYZ 23.84 14.09 11.82 -
YUV 98.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 187 55 93 0 0.71 0.50 0.27 342.73 0.55 0.47
Hex BB 37 5D 0 47 32 1B 157 37 2F
Octal 273 67 135 0 107 62 33 527 67 57
Binary 10111011 110111 1011101 0 1000111 110010 11011 101010111 110111 101111

Color Harmonies of #BB375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB375D

Black with #BB375D

Text Example


Text Example

White with #BB375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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