Html Css Color HEX #B93954 Old Rose

📋 copy color: '#B93954'

red 185 ◦ green 57 ◦ blue 84

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

Shades of Old Rose #B93954

Tints of Old Rose #B93954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.77%

R = 56.75%
G = 17.48%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B93954 (or 0xB93954) is known color: Old Rose. HEX triplet: B9, 39 and 54. RGB value is (185,57,84). Sum of RGB (Red+Green+Blue) = 185+57+84=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B93954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93954 is #46C6AB. Grayscale: #626262. Windows color (decimal): -4638380 or 5519801. OLE color: 5519801.

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

Color convert

RGB 185 57 84 -
CMYK 0 0.69 0.55 0.27
HSL 347.34º 0.53% 0.47% -
HSV(B) 347.34º 0.69% 0.73% -
XYZ 23.07 13.88 9.85 -
YUV 98.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 185 57 84 0 0.69 0.55 0.27 347.34 0.53 0.47
Hex B9 39 54 0 45 37 1B 15B 35 2F
Octal 271 71 124 0 105 67 33 533 65 57
Binary 10111001 111001 1010100 0 1000101 110111 11011 101011011 110101 101111

Color Harmonies of #B93954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93954

Black with #B93954

Text Example


Text Example

White with #B93954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93954; }

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

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

background-color css

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

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

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

border-color css

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

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

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