Html Css Color HEX #B93D4C Old Rose

📋 copy color: '#B93D4C'

red 185 ◦ green 61 ◦ blue 76

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

Shades of Old Rose #B93D4C

Tints of Old Rose #B93D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.94%

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

R = 57.45%
G = 18.94%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B93D4C (or 0xB93D4C) is known color: Old Rose. HEX triplet: B9, 3D and 4C. RGB value is (185,61,76). Sum of RGB (Red+Green+Blue) = 185+61+76=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D4C is #46C2B3. Grayscale: #636363. Windows color (decimal): -4637364 or 4996537. OLE color: 4996537.

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

Color convert

RGB 185 61 76 -
CMYK 0 0.67 0.59 0.27
HSL 352.74º 0.5% 0.48% -
HSV(B) 352.74º 0.67% 0.73% -
XYZ 22.98 14.17 8.36 -
YUV 99.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 185 61 76 0 0.67 0.59 0.27 352.74 0.5 0.48
Hex B9 3D 4C 0 43 3B 1B 161 32 30
Octal 271 75 114 0 103 73 33 541 62 60
Binary 10111001 111101 1001100 0 1000011 111011 11011 101100001 110010 110000

Color Harmonies of #B93D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D4C

Black with #B93D4C

Text Example


Text Example

White with #B93D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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