Html Css Color HEX #B93750 Old Rose

📋 copy color: '#B93750'

red 185 ◦ green 55 ◦ blue 80

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

Shades of Old Rose #B93750

Tints of Old Rose #B93750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25%

R = 57.81%
G = 17.19%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B93750 (or 0xB93750) is known color: Old Rose. HEX triplet: B9, 37 and 50. RGB value is (185,55,80). Sum of RGB (Red+Green+Blue) = 185+55+80=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B93750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93750 is #46C8AF. Grayscale: #606060. Windows color (decimal): -4638896 or 5257145. OLE color: 5257145.

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

Color convert

RGB 185 55 80 -
CMYK 0 0.70 0.57 0.27
HSL 348.46º 0.54% 0.47% -
HSV(B) 348.46º 0.7% 0.73% -
XYZ 22.82 13.63 9.02 -
YUV 96.72 118.57 190.97 -
System Red Green Blue C M Y K H S L
Decimal 185 55 80 0 0.70 0.57 0.27 348.46 0.54 0.47
Hex B9 37 50 0 46 39 1B 15C 36 2F
Octal 271 67 120 0 106 71 33 534 66 57
Binary 10111001 110111 1010000 0 1000110 111001 11011 101011100 110110 101111

Color Harmonies of #B93750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93750

Black with #B93750

Text Example


Text Example

White with #B93750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93750; }

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

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

background-color css

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

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

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

border-color css

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

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

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