Html Css Color HEX #B73957 Old Rose

📋 copy color: '#B73957'

red 183 ◦ green 57 ◦ blue 87

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

Shades of Old Rose #B73957

Tints of Old Rose #B73957

RGB

 RED value IS 183 (71.88% from 255) = 55.96%

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

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 55.96%
G = 17.43%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B73957 (or 0xB73957) is known color: Old Rose. HEX triplet: B7, 39 and 57. RGB value is (183,57,87). Sum of RGB (Red+Green+Blue) = 183+57+87=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B73957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73957 is #48C6A8. Grayscale: #626262. Windows color (decimal): -4769449 or 5716407. OLE color: 5716407.

HSL color Cylindrical-coordinate representation of color #B73957: hue angle of 345.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73957 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 87 -
CMYK 0 0.69 0.52 0.28
HSL 345.71º 0.53% 0.47% -
HSV(B) 345.71º 0.69% 0.72% -
XYZ 22.71 13.68 10.46 -
YUV 98.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 183 57 87 0 0.69 0.52 0.28 345.71 0.53 0.47
Hex B7 39 57 0 45 34 1C 15A 34 2F
Octal 267 71 127 0 105 64 34 532 64 57
Binary 10110111 111001 1010111 0 1000101 110100 11100 101011010 110100 101111

Color Harmonies of #B73957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73957

Black with #B73957

Text Example


Text Example

White with #B73957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73957; }

 p { color: rgb(183,57,87); }

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

background-color css

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

 a { background-color: rgb(183,57,87); }

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

border-color css

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

 span { border-color: rgb(183,57,87); }

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