Html Css Color HEX #B73D4D Old Rose

📋 copy color: '#B73D4D'

red 183 ◦ green 61 ◦ blue 77

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

Shades of Old Rose #B73D4D

Tints of Old Rose #B73D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 57.01%
G = 19%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B73D4D (or 0xB73D4D) is known color: Old Rose. HEX triplet: B7, 3D and 4D. RGB value is (183,61,77). Sum of RGB (Red+Green+Blue) = 183+61+77=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73D4D is #48C2B2. Grayscale: #636363. Windows color (decimal): -4768435 or 5062071. OLE color: 5062071.

HSL color Cylindrical-coordinate representation of color #B73D4D: hue angle of 352.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73D4D is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 61 77 -
CMYK 0 0.67 0.58 0.28
HSL 352.13º 0.5% 0.48% -
HSV(B) 352.13º 0.67% 0.72% -
XYZ 22.54 13.94 8.52 -
YUV 99.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 183 61 77 0 0.67 0.58 0.28 352.13 0.5 0.48
Hex B7 3D 4D 0 43 3A 1C 160 32 30
Octal 267 75 115 0 103 72 34 540 62 60
Binary 10110111 111101 1001101 0 1000011 111010 11100 101100000 110010 110000

Color Harmonies of #B73D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D4D

Black with #B73D4D

Text Example


Text Example

White with #B73D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D4D; }

 p { color: rgb(183,61,77); }

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

background-color css

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

 a { background-color: rgb(183,61,77); }

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

border-color css

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

 span { border-color: rgb(183,61,77); }

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