Html Css Color HEX #B93255 Old Rose

📋 copy color: '#B93255'

red 185 ◦ green 50 ◦ blue 85

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

Shades of Old Rose #B93255

Tints of Old Rose #B93255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 57.81%
G = 15.63%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B93255 (or 0xB93255) is known color: Old Rose. HEX triplet: B9, 32 and 55. RGB value is (185,50,85). Sum of RGB (Red+Green+Blue) = 185+50+85=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B93255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93255 is #46CDAA. Grayscale: #5E5E5E. Windows color (decimal): -4640171 or 5583545. OLE color: 5583545.

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

Color convert

RGB 185 50 85 -
CMYK 0 0.73 0.54 0.27
HSL 344.44º 0.57% 0.46% -
HSV(B) 344.44º 0.73% 0.73% -
XYZ 22.79 13.25 9.95 -
YUV 94.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 185 50 85 0 0.73 0.54 0.27 344.44 0.57 0.46
Hex B9 32 55 0 49 36 1B 158 39 2E
Octal 271 62 125 0 111 66 33 530 71 56
Binary 10111001 110010 1010101 0 1001001 110110 11011 101011000 111001 101110

Color Harmonies of #B93255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93255

Black with #B93255

Text Example


Text Example

White with #B93255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93255; }

 p { color: rgb(185,50,85); }

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

background-color css

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

 a { background-color: rgb(185,50,85); }

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

border-color css

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

 span { border-color: rgb(185,50,85); }

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