Html Css Color HEX #B93552 Old Rose

📋 copy color: '#B93552'

red 185 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #B93552

Tints of Old Rose #B93552

RGB

 RED value IS 185 (72.66% from 255) = 57.81%

 GREEN value IS 53 (21.09% from 255) = 16.56%

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

R = 57.81%
G = 16.56%
B = 25.63%

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

#B93552 (or 0xB93552) is known color: Old Rose. HEX triplet: B9, 35 and 52. RGB value is (185,53,82). Sum of RGB (Red+Green+Blue) = 185+53+82=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B93552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93552 is #46CAAD. Grayscale: #5F5F5F. Windows color (decimal): -4639406 or 5387705. OLE color: 5387705.

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

Color convert

RGB 185 53 82 -
CMYK 0 0.71 0.56 0.27
HSL 346.82º 0.55% 0.47% -
HSV(B) 346.82º 0.71% 0.73% -
XYZ 22.8 13.47 9.38 -
YUV 95.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 185 53 82 0 0.71 0.56 0.27 346.82 0.55 0.47
Hex B9 35 52 0 47 38 1B 15B 37 2F
Octal 271 65 122 0 107 70 33 533 67 57
Binary 10111001 110101 1010010 0 1000111 111000 11011 101011011 110111 101111

Color Harmonies of #B93552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93552

Black with #B93552

Text Example


Text Example

White with #B93552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93552; }

 p { color: rgb(185,53,82); }

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

background-color css

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

 a { background-color: rgb(185,53,82); }

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

border-color css

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

 span { border-color: rgb(185,53,82); }

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