Html Css Color HEX #BB375B Old Rose

📋 copy color: '#BB375B'

red 187 ◦ green 55 ◦ blue 91

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

Shades of Old Rose #BB375B

Tints of Old Rose #BB375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 56.16%
G = 16.52%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB375B (or 0xBB375B) is known color: Old Rose. HEX triplet: BB, 37 and 5B. RGB value is (187,55,91). Sum of RGB (Red+Green+Blue) = 187+55+91=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB375B is #44C8A4. Grayscale: #626262. Windows color (decimal): -4507813 or 5978043. OLE color: 5978043.

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

Color convert

RGB 187 55 91 -
CMYK 0 0.71 0.51 0.27
HSL 343.64º 0.55% 0.47% -
HSV(B) 343.64º 0.71% 0.73% -
XYZ 23.75 14.05 11.36 -
YUV 98.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 187 55 91 0 0.71 0.51 0.27 343.64 0.55 0.47
Hex BB 37 5B 0 47 33 1B 158 37 2F
Octal 273 67 133 0 107 63 33 530 67 57
Binary 10111011 110111 1011011 0 1000111 110011 11011 101011000 110111 101111

Color Harmonies of #BB375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB375B

Black with #BB375B

Text Example


Text Example

White with #BB375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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