Html Css Color HEX #B93756 Old Rose

📋 copy color: '#B93756'

red 185 ◦ green 55 ◦ blue 86

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

Shades of Old Rose #B93756

Tints of Old Rose #B93756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 56.75%
G = 16.87%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93756 (or 0xB93756) is known color: Old Rose. HEX triplet: B9, 37 and 56. RGB value is (185,55,86). Sum of RGB (Red+Green+Blue) = 185+55+86=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B93756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93756 is #46C8A9. Grayscale: #616161. Windows color (decimal): -4638890 or 5650361. OLE color: 5650361.

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

Color convert

RGB 185 55 86 -
CMYK 0 0.70 0.54 0.27
HSL 345.69º 0.54% 0.47% -
HSV(B) 345.69º 0.7% 0.73% -
XYZ 23.05 13.72 10.24 -
YUV 97.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 185 55 86 0 0.70 0.54 0.27 345.69 0.54 0.47
Hex B9 37 56 0 46 36 1B 15A 36 2F
Octal 271 67 126 0 106 66 33 532 66 57
Binary 10111001 110111 1010110 0 1000110 110110 11011 101011010 110110 101111

Color Harmonies of #B93756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93756

Black with #B93756

Text Example


Text Example

White with #B93756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93756; }

 p { color: rgb(185,55,86); }

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

background-color css

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

 a { background-color: rgb(185,55,86); }

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

border-color css

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

 span { border-color: rgb(185,55,86); }

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