Html Css Color HEX #B72843 Old Rose

📋 copy color: '#B72843'

red 183 ◦ green 40 ◦ blue 67

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

Shades of Old Rose #B72843

Tints of Old Rose #B72843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.79%

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

R = 63.1%
G = 13.79%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72843 (or 0xB72843) is known color: Old Rose. HEX triplet: B7, 28 and 43. RGB value is (183,40,67). Sum of RGB (Red+Green+Blue) = 183+40+67=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B72843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72843 is #48D7BC. Grayscale: #555555. Windows color (decimal): -4773821 or 4401335. OLE color: 4401335.

HSL color Cylindrical-coordinate representation of color #B72843: hue angle of 348.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72843 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 40 67 -
CMYK 0 0.78 0.63 0.28
HSL 348.67º 0.64% 0.44% -
HSV(B) 348.67º 0.78% 0.72% -
XYZ 21.3 11.99 6.5 -
YUV 85.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 183 40 67 0 0.78 0.63 0.28 348.67 0.64 0.44
Hex B7 28 43 0 4E 3F 1C 15D 40 2C
Octal 267 50 103 0 116 77 34 535 100 54
Binary 10110111 101000 1000011 0 1001110 111111 11100 101011101 1000000 101100

Color Harmonies of #B72843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72843

Black with #B72843

Text Example


Text Example

White with #B72843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72843; }

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

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

background-color css

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

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

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

border-color css

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

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

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