Html Css Color HEX #B93854 Old Rose

📋 copy color: '#B93854'

red 185 ◦ green 56 ◦ blue 84

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

Shades of Old Rose #B93854

Tints of Old Rose #B93854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

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

R = 56.92%
G = 17.23%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B93854 (or 0xB93854) is known color: Old Rose. HEX triplet: B9, 38 and 54. RGB value is (185,56,84). Sum of RGB (Red+Green+Blue) = 185+56+84=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B93854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93854 is #46C7AB. Grayscale: #616161. Windows color (decimal): -4638636 or 5519545. OLE color: 5519545.

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

Color convert

RGB 185 56 84 -
CMYK 0 0.70 0.55 0.27
HSL 346.98º 0.54% 0.47% -
HSV(B) 346.98º 0.7% 0.73% -
XYZ 23.02 13.78 9.83 -
YUV 97.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 185 56 84 0 0.70 0.55 0.27 346.98 0.54 0.47
Hex B9 38 54 0 46 37 1B 15B 36 2F
Octal 271 70 124 0 106 67 33 533 66 57
Binary 10111001 111000 1010100 0 1000110 110111 11011 101011011 110110 101111

Color Harmonies of #B93854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93854

Black with #B93854

Text Example


Text Example

White with #B93854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93854; }

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

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

background-color css

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

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

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

border-color css

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

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

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