Html Css Color HEX #B93248 Old Rose

📋 copy color: '#B93248'

red 185 ◦ green 50 ◦ blue 72

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

Shades of Old Rose #B93248

Tints of Old Rose #B93248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 60.26%
G = 16.29%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B93248 (or 0xB93248) is known color: Old Rose. HEX triplet: B9, 32 and 48. RGB value is (185,50,72). Sum of RGB (Red+Green+Blue) = 185+50+72=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B93248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93248 is #46CDB7. Grayscale: #5C5C5C. Windows color (decimal): -4640184 or 4731577. OLE color: 4731577.

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

Color convert

RGB 185 50 72 -
CMYK 0 0.73 0.61 0.27
HSL 350.22º 0.57% 0.46% -
HSV(B) 350.22º 0.73% 0.73% -
XYZ 22.32 13.06 7.48 -
YUV 92.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 185 50 72 0 0.73 0.61 0.27 350.22 0.57 0.46
Hex B9 32 48 0 49 3D 1B 15E 39 2E
Octal 271 62 110 0 111 75 33 536 71 56
Binary 10111001 110010 1001000 0 1001001 111101 11011 101011110 111001 101110

Color Harmonies of #B93248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93248

Black with #B93248

Text Example


Text Example

White with #B93248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93248; }

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

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

background-color css

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

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

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

border-color css

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

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

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