Html Css Color HEX #B7404C Old Rose

📋 copy color: '#B7404C'

red 183 ◦ green 64 ◦ blue 76

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

Shades of Old Rose #B7404C

Tints of Old Rose #B7404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 56.66%
G = 19.81%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7404C (or 0xB7404C) is known color: Old Rose. HEX triplet: B7, 40 and 4C. RGB value is (183,64,76). Sum of RGB (Red+Green+Blue) = 183+64+76=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B7404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7404C is #48BFB3. Grayscale: #656565. Windows color (decimal): -4767668 or 4997303. OLE color: 4997303.

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

Color convert

RGB 183 64 76 -
CMYK 0 0.65 0.58 0.28
HSL 353.95º 0.48% 0.48% -
HSV(B) 353.95º 0.65% 0.72% -
XYZ 22.67 14.26 8.39 -
YUV 100.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 183 64 76 0 0.65 0.58 0.28 353.95 0.48 0.48
Hex B7 40 4C 0 41 3A 1C 162 30 30
Octal 267 100 114 0 101 72 34 542 60 60
Binary 10110111 1000000 1001100 0 1000001 111010 11100 101100010 110000 110000

Color Harmonies of #B7404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7404C

Black with #B7404C

Text Example


Text Example

White with #B7404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7404C; }

 p { color: rgb(183,64,76); }

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

background-color css

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

 a { background-color: rgb(183,64,76); }

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

border-color css

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

 span { border-color: rgb(183,64,76); }

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