Html Css Color HEX #BB3652 Old Rose

📋 copy color: '#BB3652'

red 187 ◦ green 54 ◦ blue 82

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

Shades of Old Rose #BB3652

Tints of Old Rose #BB3652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 57.89%
G = 16.72%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB3652 (or 0xBB3652) is known color: Old Rose. HEX triplet: BB, 36 and 52. RGB value is (187,54,82). Sum of RGB (Red+Green+Blue) = 187+54+82=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3652 is #44C9AD. Grayscale: #606060. Windows color (decimal): -4508078 or 5387963. OLE color: 5387963.

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

Color convert

RGB 187 54 82 -
CMYK 0 0.71 0.56 0.27
HSL 347.37º 0.55% 0.47% -
HSV(B) 347.37º 0.71% 0.73% -
XYZ 23.34 13.81 9.42 -
YUV 96.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 187 54 82 0 0.71 0.56 0.27 347.37 0.55 0.47
Hex BB 36 52 0 47 38 1B 15B 37 2F
Octal 273 66 122 0 107 70 33 533 67 57
Binary 10111011 110110 1010010 0 1000111 111000 11011 101011011 110111 101111

Color Harmonies of #BB3652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3652

Black with #BB3652

Text Example


Text Example

White with #BB3652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3652; }

 p { color: rgb(187,54,82); }

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

background-color css

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

 a { background-color: rgb(187,54,82); }

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

border-color css

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

 span { border-color: rgb(187,54,82); }

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