Html Css Color HEX #B73C4A Old Rose

📋 copy color: '#B73C4A'

red 183 ◦ green 60 ◦ blue 74

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

Shades of Old Rose #B73C4A

Tints of Old Rose #B73C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 57.73%
G = 18.93%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B73C4A (or 0xB73C4A) is known color: Old Rose. HEX triplet: B7, 3C and 4A. RGB value is (183,60,74). Sum of RGB (Red+Green+Blue) = 183+60+74=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C4A is #48C3B5. Grayscale: #626262. Windows color (decimal): -4768694 or 4865207. OLE color: 4865207.

HSL color Cylindrical-coordinate representation of color #B73C4A: hue angle of 353.17º degrees, saturation: 0.51, 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 #B73C4A is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 60 74 -
CMYK 0 0.67 0.60 0.28
HSL 353.17º 0.51% 0.48% -
HSV(B) 353.17º 0.67% 0.72% -
XYZ 22.38 13.79 7.96 -
YUV 98.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 183 60 74 0 0.67 0.60 0.28 353.17 0.51 0.48
Hex B7 3C 4A 0 43 3C 1C 161 33 30
Octal 267 74 112 0 103 74 34 541 63 60
Binary 10110111 111100 1001010 0 1000011 111100 11100 101100001 110011 110000

Color Harmonies of #B73C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C4A

Black with #B73C4A

Text Example


Text Example

White with #B73C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C4A; }

 p { color: rgb(183,60,74); }

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

background-color css

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

 a { background-color: rgb(183,60,74); }

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

border-color css

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

 span { border-color: rgb(183,60,74); }

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