Html Css Color HEX #B93748 Old Rose

📋 copy color: '#B93748'

red 185 ◦ green 55 ◦ blue 72

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

Shades of Old Rose #B93748

Tints of Old Rose #B93748

RGB

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

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

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

R = 59.29%
G = 17.63%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B93748 (or 0xB93748) is known color: Old Rose. HEX triplet: B9, 37 and 48. RGB value is (185,55,72). Sum of RGB (Red+Green+Blue) = 185+55+72=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B93748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93748 is #46C8B7. Grayscale: #5F5F5F. Windows color (decimal): -4638904 or 4732857. OLE color: 4732857.

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

Color convert

RGB 185 55 72 -
CMYK 0 0.70 0.61 0.27
HSL 352.15º 0.54% 0.47% -
HSV(B) 352.15º 0.7% 0.73% -
XYZ 22.54 13.51 7.55 -
YUV 95.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 185 55 72 0 0.70 0.61 0.27 352.15 0.54 0.47
Hex B9 37 48 0 46 3D 1B 160 36 2F
Octal 271 67 110 0 106 75 33 540 66 57
Binary 10111001 110111 1001000 0 1000110 111101 11011 101100000 110110 101111

Color Harmonies of #B93748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93748

Black with #B93748

Text Example


Text Example

White with #B93748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93748; }

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

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

background-color css

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

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

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

border-color css

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

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

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