Html Css Color HEX #B93B53 Old Rose

📋 copy color: '#B93B53'

red 185 ◦ green 59 ◦ blue 83

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

Shades of Old Rose #B93B53

Tints of Old Rose #B93B53

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.04%

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 56.57%
G = 18.04%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B93B53 (or 0xB93B53) is known color: Old Rose. HEX triplet: B9, 3B and 53. RGB value is (185,59,83). Sum of RGB (Red+Green+Blue) = 185+59+83=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B53 is #46C4AC. Grayscale: #636363. Windows color (decimal): -4637869 or 5454777. OLE color: 5454777.

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

Color convert

RGB 185 59 83 -
CMYK 0 0.68 0.55 0.27
HSL 348.57º 0.52% 0.48% -
HSV(B) 348.57º 0.68% 0.73% -
XYZ 23.13 14.07 9.68 -
YUV 99.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 185 59 83 0 0.68 0.55 0.27 348.57 0.52 0.48
Hex B9 3B 53 0 44 37 1B 15D 34 30
Octal 271 73 123 0 104 67 33 535 64 60
Binary 10111001 111011 1010011 0 1000100 110111 11011 101011101 110100 110000

Color Harmonies of #B93B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B53

Black with #B93B53

Text Example


Text Example

White with #B93B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B53; }

 p { color: rgb(185,59,83); }

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

background-color css

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

 a { background-color: rgb(185,59,83); }

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

border-color css

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

 span { border-color: rgb(185,59,83); }

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