Html Css Color HEX #B73643 Old Rose

📋 copy color: '#B73643'

red 183 ◦ green 54 ◦ blue 67

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

Shades of Old Rose #B73643

Tints of Old Rose #B73643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 67 (26.56% from 255) = 22.04%

R = 60.2%
G = 17.76%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B73643 (or 0xB73643) is known color: Old Rose. HEX triplet: B7, 36 and 43. RGB value is (183,54,67). Sum of RGB (Red+Green+Blue) = 183+54+67=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73643 is #48C9BC. Grayscale: #5E5E5E. Windows color (decimal): -4770237 or 4404919. OLE color: 4404919.

HSL color Cylindrical-coordinate representation of color #B73643: hue angle of 353.95º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73643 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 67 -
CMYK 0 0.70 0.63 0.28
HSL 353.95º 0.54% 0.46% -
HSV(B) 353.95º 0.7% 0.72% -
XYZ 21.86 13.11 6.69 -
YUV 94.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 183 54 67 0 0.70 0.63 0.28 353.95 0.54 0.46
Hex B7 36 43 0 46 3F 1C 162 36 2E
Octal 267 66 103 0 106 77 34 542 66 56
Binary 10110111 110110 1000011 0 1000110 111111 11100 101100010 110110 101110

Color Harmonies of #B73643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73643

Black with #B73643

Text Example


Text Example

White with #B73643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73643; }

 p { color: rgb(183,54,67); }

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

background-color css

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

 a { background-color: rgb(183,54,67); }

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

border-color css

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

 span { border-color: rgb(183,54,67); }

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