Html Css Color HEX #B93A4C Old Rose

📋 copy color: '#B93A4C'

red 185 ◦ green 58 ◦ blue 76

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

Shades of Old Rose #B93A4C

Tints of Old Rose #B93A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 57.99%
G = 18.18%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B93A4C (or 0xB93A4C) is known color: Old Rose. HEX triplet: B9, 3A and 4C. RGB value is (185,58,76). Sum of RGB (Red+Green+Blue) = 185+58+76=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A4C is #46C5B3. Grayscale: #626262. Windows color (decimal): -4638132 or 4995769. OLE color: 4995769.

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

Color convert

RGB 185 58 76 -
CMYK 0 0.69 0.59 0.27
HSL 351.5º 0.52% 0.48% -
HSV(B) 351.5º 0.69% 0.73% -
XYZ 22.83 13.86 8.31 -
YUV 98.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 185 58 76 0 0.69 0.59 0.27 351.5 0.52 0.48
Hex B9 3A 4C 0 45 3B 1B 15F 34 30
Octal 271 72 114 0 105 73 33 537 64 60
Binary 10111001 111010 1001100 0 1000101 111011 11011 101011111 110100 110000

Color Harmonies of #B93A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A4C

Black with #B93A4C

Text Example


Text Example

White with #B93A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A4C; }

 p { color: rgb(185,58,76); }

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

background-color css

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

 a { background-color: rgb(185,58,76); }

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

border-color css

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

 span { border-color: rgb(185,58,76); }

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