Html Css Color HEX #B73855 Old Rose

📋 copy color: '#B73855'

red 183 ◦ green 56 ◦ blue 85

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

Shades of Old Rose #B73855

Tints of Old Rose #B73855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 56.48%
G = 17.28%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B73855 (or 0xB73855) is known color: Old Rose. HEX triplet: B7, 38 and 55. RGB value is (183,56,85). Sum of RGB (Red+Green+Blue) = 183+56+85=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B73855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73855 is #48C7AA. Grayscale: #616161. Windows color (decimal): -4769707 or 5585079. OLE color: 5585079.

HSL color Cylindrical-coordinate representation of color #B73855: hue angle of 346.3º degrees, saturation: 0.53, 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 #B73855 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 85 -
CMYK 0 0.69 0.54 0.28
HSL 346.3º 0.53% 0.47% -
HSV(B) 346.3º 0.69% 0.72% -
XYZ 22.58 13.55 10.02 -
YUV 97.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 183 56 85 0 0.69 0.54 0.28 346.3 0.53 0.47
Hex B7 38 55 0 45 36 1C 15A 35 2F
Octal 267 70 125 0 105 66 34 532 65 57
Binary 10110111 111000 1010101 0 1000101 110110 11100 101011010 110101 101111

Color Harmonies of #B73855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73855

Black with #B73855

Text Example


Text Example

White with #B73855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73855; }

 p { color: rgb(183,56,85); }

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

background-color css

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

 a { background-color: rgb(183,56,85); }

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

border-color css

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

 span { border-color: rgb(183,56,85); }

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