Html Css Color HEX #B72644 Old Rose

📋 copy color: '#B72644'

red 183 ◦ green 38 ◦ blue 68

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

Shades of Old Rose #B72644

Tints of Old Rose #B72644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 63.32%
G = 13.15%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72644 (or 0xB72644) is known color: Old Rose. HEX triplet: B7, 26 and 44. RGB value is (183,38,68). Sum of RGB (Red+Green+Blue) = 183+38+68=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B72644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72644 is #48D9BB. Grayscale: #545454. Windows color (decimal): -4774332 or 4466359. OLE color: 4466359.

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

Color convert

RGB 183 38 68 -
CMYK 0 0.79 0.63 0.28
HSL 347.59º 0.66% 0.43% -
HSV(B) 347.59º 0.79% 0.72% -
XYZ 21.26 11.87 6.64 -
YUV 84.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 183 38 68 0 0.79 0.63 0.28 347.59 0.66 0.43
Hex B7 26 44 0 4F 3F 1C 15C 42 2B
Octal 267 46 104 0 117 77 34 534 102 53
Binary 10110111 100110 1000100 0 1001111 111111 11100 101011100 1000010 101011

Color Harmonies of #B72644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72644

Black with #B72644

Text Example


Text Example

White with #B72644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72644; }

 p { color: rgb(183,38,68); }

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

background-color css

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

 a { background-color: rgb(183,38,68); }

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

border-color css

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

 span { border-color: rgb(183,38,68); }

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