Html Css Color HEX #B93648 Old Rose

📋 copy color: '#B93648'

red 185 ◦ green 54 ◦ blue 72

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

Shades of Old Rose #B93648

Tints of Old Rose #B93648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

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

R = 59.49%
G = 17.36%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B93648 (or 0xB93648) is known color: Old Rose. HEX triplet: B9, 36 and 48. RGB value is (185,54,72). Sum of RGB (Red+Green+Blue) = 185+54+72=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B93648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93648 is #46C9B7. Grayscale: #5F5F5F. Windows color (decimal): -4639160 or 4732601. OLE color: 4732601.

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

Color convert

RGB 185 54 72 -
CMYK 0 0.71 0.61 0.27
HSL 351.76º 0.55% 0.47% -
HSV(B) 351.76º 0.71% 0.73% -
XYZ 22.5 13.42 7.54 -
YUV 95.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 185 54 72 0 0.71 0.61 0.27 351.76 0.55 0.47
Hex B9 36 48 0 47 3D 1B 160 37 2F
Octal 271 66 110 0 107 75 33 540 67 57
Binary 10111001 110110 1001000 0 1000111 111101 11011 101100000 110111 101111

Color Harmonies of #B93648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93648

Black with #B93648

Text Example


Text Example

White with #B93648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93648; }

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

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

background-color css

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

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

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

border-color css

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

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

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