Html Css Color HEX #B93B55 Old Rose

📋 copy color: '#B93B55'

red 185 ◦ green 59 ◦ blue 85

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

Shades of Old Rose #B93B55

Tints of Old Rose #B93B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.84%

R = 56.23%
G = 17.93%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93B55 (or 0xB93B55) is known color: Old Rose. HEX triplet: B9, 3B and 55. RGB value is (185,59,85). Sum of RGB (Red+Green+Blue) = 185+59+85=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B55 is #46C4AA. Grayscale: #636363. Windows color (decimal): -4637867 or 5585849. OLE color: 5585849.

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

Color convert

RGB 185 59 85 -
CMYK 0 0.68 0.54 0.27
HSL 347.62º 0.52% 0.48% -
HSV(B) 347.62º 0.68% 0.73% -
XYZ 23.21 14.1 10.09 -
YUV 99.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 185 59 85 0 0.68 0.54 0.27 347.62 0.52 0.48
Hex B9 3B 55 0 44 36 1B 15C 34 30
Octal 271 73 125 0 104 66 33 534 64 60
Binary 10111001 111011 1010101 0 1000100 110110 11011 101011100 110100 110000

Color Harmonies of #B93B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B55

Black with #B93B55

Text Example


Text Example

White with #B93B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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