Html Css Color HEX #B93C4D Old Rose

📋 copy color: '#B93C4D'

red 185 ◦ green 60 ◦ blue 77

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

Shades of Old Rose #B93C4D

Tints of Old Rose #B93C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.63%

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 57.45%
G = 18.63%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B93C4D (or 0xB93C4D) is known color: Old Rose. HEX triplet: B9, 3C and 4D. RGB value is (185,60,77). Sum of RGB (Red+Green+Blue) = 185+60+77=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C4D is #46C3B2. Grayscale: #636363. Windows color (decimal): -4637619 or 5061817. OLE color: 5061817.

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

Color convert

RGB 185 60 77 -
CMYK 0 0.68 0.58 0.27
HSL 351.84º 0.51% 0.48% -
HSV(B) 351.84º 0.68% 0.73% -
XYZ 22.96 14.08 8.53 -
YUV 99.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 185 60 77 0 0.68 0.58 0.27 351.84 0.51 0.48
Hex B9 3C 4D 0 44 3A 1B 160 33 30
Octal 271 74 115 0 104 72 33 540 63 60
Binary 10111001 111100 1001101 0 1000100 111010 11011 101100000 110011 110000

Color Harmonies of #B93C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C4D

Black with #B93C4D

Text Example


Text Example

White with #B93C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C4D; }

 p { color: rgb(185,60,77); }

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

background-color css

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

 a { background-color: rgb(185,60,77); }

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

border-color css

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

 span { border-color: rgb(185,60,77); }

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