Html Css Color HEX #B93554 Old Rose

📋 copy color: '#B93554'

red 185 ◦ green 53 ◦ blue 84

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

Shades of Old Rose #B93554

Tints of Old Rose #B93554

RGB

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

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

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

R = 57.45%
G = 16.46%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B93554 (or 0xB93554) is known color: Old Rose. HEX triplet: B9, 35 and 54. RGB value is (185,53,84). Sum of RGB (Red+Green+Blue) = 185+53+84=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B93554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93554 is #46CAAB. Grayscale: #606060. Windows color (decimal): -4639404 or 5518777. OLE color: 5518777.

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

Color convert

RGB 185 53 84 -
CMYK 0 0.71 0.55 0.27
HSL 345.91º 0.55% 0.47% -
HSV(B) 345.91º 0.71% 0.73% -
XYZ 22.88 13.5 9.79 -
YUV 96 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 185 53 84 0 0.71 0.55 0.27 345.91 0.55 0.47
Hex B9 35 54 0 47 37 1B 15A 37 2F
Octal 271 65 124 0 107 67 33 532 67 57
Binary 10111001 110101 1010100 0 1000111 110111 11011 101011010 110111 101111

Color Harmonies of #B93554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93554

Black with #B93554

Text Example


Text Example

White with #B93554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93554; }

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

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

background-color css

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

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

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

border-color css

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

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

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