Html Css Color HEX #B93957 Old Rose

📋 copy color: '#B93957'

red 185 ◦ green 57 ◦ blue 87

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

Shades of Old Rose #B93957

Tints of Old Rose #B93957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

 BLUE value IS 87 (34.38% from 255) = 26.44%

R = 56.23%
G = 17.33%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B93957 (or 0xB93957) is known color: Old Rose. HEX triplet: B9, 39 and 57. RGB value is (185,57,87). Sum of RGB (Red+Green+Blue) = 185+57+87=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B93957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93957 is #46C6A8. Grayscale: #626262. Windows color (decimal): -4638377 or 5716409. OLE color: 5716409.

HSL color Cylindrical-coordinate representation of color #B93957: hue angle of 345.94º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93957 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 87 -
CMYK 0 0.69 0.53 0.27
HSL 345.94º 0.53% 0.47% -
HSV(B) 345.94º 0.69% 0.73% -
XYZ 23.19 13.93 10.48 -
YUV 98.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 185 57 87 0 0.69 0.53 0.27 345.94 0.53 0.47
Hex B9 39 57 0 45 35 1B 15A 35 2F
Octal 271 71 127 0 105 65 33 532 65 57
Binary 10111001 111001 1010111 0 1000101 110101 11011 101011010 110101 101111

Color Harmonies of #B93957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93957

Black with #B93957

Text Example


Text Example

White with #B93957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93957; }

 p { color: rgb(185,57,87); }

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

background-color css

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

 a { background-color: rgb(185,57,87); }

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

border-color css

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

 span { border-color: rgb(185,57,87); }

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