Html Css Color HEX #B93953 Old Rose

📋 copy color: '#B93953'

red 185 ◦ green 57 ◦ blue 83

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

Shades of Old Rose #B93953

Tints of Old Rose #B93953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 56.92%
G = 17.54%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B93953 (or 0xB93953) is known color: Old Rose. HEX triplet: B9, 39 and 53. RGB value is (185,57,83). Sum of RGB (Red+Green+Blue) = 185+57+83=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B93953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93953 is #46C6AC. Grayscale: #626262. Windows color (decimal): -4638381 or 5454265. OLE color: 5454265.

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

Color convert

RGB 185 57 83 -
CMYK 0 0.69 0.55 0.27
HSL 347.81º 0.53% 0.47% -
HSV(B) 347.81º 0.69% 0.73% -
XYZ 23.03 13.87 9.65 -
YUV 98.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 185 57 83 0 0.69 0.55 0.27 347.81 0.53 0.47
Hex B9 39 53 0 45 37 1B 15C 35 2F
Octal 271 71 123 0 105 67 33 534 65 57
Binary 10111001 111001 1010011 0 1000101 110111 11011 101011100 110101 101111

Color Harmonies of #B93953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93953

Black with #B93953

Text Example


Text Example

White with #B93953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93953; }

 p { color: rgb(185,57,83); }

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

background-color css

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

 a { background-color: rgb(185,57,83); }

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

border-color css

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

 span { border-color: rgb(185,57,83); }

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