Html Css Color HEX #B93A4D Old Rose

📋 copy color: '#B93A4D'

red 185 ◦ green 58 ◦ blue 77

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

Shades of Old Rose #B93A4D

Tints of Old Rose #B93A4D

RGB

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

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

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

R = 57.81%
G = 18.13%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B93A4D (or 0xB93A4D) is known color: Old Rose. HEX triplet: B9, 3A and 4D. RGB value is (185,58,77). Sum of RGB (Red+Green+Blue) = 185+58+77=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A4D is #46C5B2. Grayscale: #626262. Windows color (decimal): -4638131 or 5061305. OLE color: 5061305.

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

Color convert

RGB 185 58 77 -
CMYK 0 0.69 0.58 0.27
HSL 351.02º 0.52% 0.48% -
HSV(B) 351.02º 0.69% 0.73% -
XYZ 22.86 13.88 8.49 -
YUV 98.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 185 58 77 0 0.69 0.58 0.27 351.02 0.52 0.48
Hex B9 3A 4D 0 45 3A 1B 15F 34 30
Octal 271 72 115 0 105 72 33 537 64 60
Binary 10111001 111010 1001101 0 1000101 111010 11011 101011111 110100 110000

Color Harmonies of #B93A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A4D

Black with #B93A4D

Text Example


Text Example

White with #B93A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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