Html Css Color HEX #B93649 Old Rose

📋 copy color: '#B93649'

red 185 ◦ green 54 ◦ blue 73

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

Shades of Old Rose #B93649

Tints of Old Rose #B93649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 59.29%
G = 17.31%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B93649 (or 0xB93649) is known color: Old Rose. HEX triplet: B9, 36 and 49. RGB value is (185,54,73). Sum of RGB (Red+Green+Blue) = 185+54+73=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B93649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93649 is #46C9B6. Grayscale: #5F5F5F. Windows color (decimal): -4639159 or 4798137. OLE color: 4798137.

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

Color convert

RGB 185 54 73 -
CMYK 0 0.71 0.61 0.27
HSL 351.3º 0.55% 0.47% -
HSV(B) 351.3º 0.71% 0.73% -
XYZ 22.53 13.43 7.71 -
YUV 95.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 185 54 73 0 0.71 0.61 0.27 351.3 0.55 0.47
Hex B9 36 49 0 47 3D 1B 15F 37 2F
Octal 271 66 111 0 107 75 33 537 67 57
Binary 10111001 110110 1001001 0 1000111 111101 11011 101011111 110111 101111

Color Harmonies of #B93649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93649

Black with #B93649

Text Example


Text Example

White with #B93649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93649; }

 p { color: rgb(185,54,73); }

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

background-color css

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

 a { background-color: rgb(185,54,73); }

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

border-color css

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

 span { border-color: rgb(185,54,73); }

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