Html Css Color HEX #B93250 Old Rose

📋 copy color: '#B93250'

red 185 ◦ green 50 ◦ blue 80

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

Shades of Old Rose #B93250

Tints of Old Rose #B93250

RGB

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

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

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

R = 58.73%
G = 15.87%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B93250 (or 0xB93250) is known color: Old Rose. HEX triplet: B9, 32 and 50. RGB value is (185,50,80). Sum of RGB (Red+Green+Blue) = 185+50+80=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B93250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93250 is #46CDAF. Grayscale: #5D5D5D. Windows color (decimal): -4640176 or 5255865. OLE color: 5255865.

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

Color convert

RGB 185 50 80 -
CMYK 0 0.73 0.57 0.27
HSL 346.67º 0.57% 0.46% -
HSV(B) 346.67º 0.73% 0.73% -
XYZ 22.6 13.17 8.94 -
YUV 93.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 185 50 80 0 0.73 0.57 0.27 346.67 0.57 0.46
Hex B9 32 50 0 49 39 1B 15B 39 2E
Octal 271 62 120 0 111 71 33 533 71 56
Binary 10111001 110010 1010000 0 1001001 111001 11011 101011011 111001 101110

Color Harmonies of #B93250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93250

Black with #B93250

Text Example


Text Example

White with #B93250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93250; }

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

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

background-color css

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

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

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

border-color css

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

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

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