Html Css Color HEX #B7324F Old Rose

📋 copy color: '#B7324F'

red 183 ◦ green 50 ◦ blue 79

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

Shades of Old Rose #B7324F

Tints of Old Rose #B7324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 58.65%
G = 16.03%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7324F (or 0xB7324F) is known color: Old Rose. HEX triplet: B7, 32 and 4F. RGB value is (183,50,79). Sum of RGB (Red+Green+Blue) = 183+50+79=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7324F is #48CDB0. Grayscale: #5D5D5D. Windows color (decimal): -4771249 or 5190327. OLE color: 5190327.

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

Color convert

RGB 183 50 79 -
CMYK 0 0.73 0.57 0.28
HSL 346.92º 0.57% 0.46% -
HSV(B) 346.92º 0.73% 0.72% -
XYZ 22.08 12.91 8.73 -
YUV 93.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 183 50 79 0 0.73 0.57 0.28 346.92 0.57 0.46
Hex B7 32 4F 0 49 39 1C 15B 39 2E
Octal 267 62 117 0 111 71 34 533 71 56
Binary 10110111 110010 1001111 0 1001001 111001 11100 101011011 111001 101110

Color Harmonies of #B7324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7324F

Black with #B7324F

Text Example


Text Example

White with #B7324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7324F; }

 p { color: rgb(183,50,79); }

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

background-color css

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

 a { background-color: rgb(183,50,79); }

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

border-color css

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

 span { border-color: rgb(183,50,79); }

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