Html Css Color HEX #B72652 Old Rose

📋 copy color: '#B72652'

red 183 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #B72652

Tints of Old Rose #B72652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 60.4%
G = 12.54%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B72652 (or 0xB72652) is known color: Old Rose. HEX triplet: B7, 26 and 52. RGB value is (183,38,82). Sum of RGB (Red+Green+Blue) = 183+38+82=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B72652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72652 is #48D9AD. Grayscale: #565656. Windows color (decimal): -4774318 or 5383863. OLE color: 5383863.

HSL color Cylindrical-coordinate representation of color #B72652: hue angle of 341.79º 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 #B72652 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 82 -
CMYK 0 0.79 0.55 0.28
HSL 341.79º 0.66% 0.43% -
HSV(B) 341.79º 0.79% 0.72% -
XYZ 21.74 12.06 9.16 -
YUV 86.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 183 38 82 0 0.79 0.55 0.28 341.79 0.66 0.43
Hex B7 26 52 0 4F 37 1C 156 42 2B
Octal 267 46 122 0 117 67 34 526 102 53
Binary 10110111 100110 1010010 0 1001111 110111 11100 101010110 1000010 101011

Color Harmonies of #B72652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72652

Black with #B72652

Text Example


Text Example

White with #B72652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72652; }

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

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

background-color css

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

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

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

border-color css

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

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

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