Html Css Color HEX #B7404A Old Rose

📋 copy color: '#B7404A'

red 183 ◦ green 64 ◦ blue 74

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

Shades of Old Rose #B7404A

Tints of Old Rose #B7404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 57.01%
G = 19.94%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7404A (or 0xB7404A) is known color: Old Rose. HEX triplet: B7, 40 and 4A. RGB value is (183,64,74). Sum of RGB (Red+Green+Blue) = 183+64+74=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B7404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7404A is #48BFB5. Grayscale: #646464. Windows color (decimal): -4767670 or 4866231. OLE color: 4866231.

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

Color convert

RGB 183 64 74 -
CMYK 0 0.65 0.60 0.28
HSL 354.96º 0.48% 0.48% -
HSV(B) 354.96º 0.65% 0.72% -
XYZ 22.6 14.23 8.03 -
YUV 100.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 183 64 74 0 0.65 0.60 0.28 354.96 0.48 0.48
Hex B7 40 4A 0 41 3C 1C 163 30 30
Octal 267 100 112 0 101 74 34 543 60 60
Binary 10110111 1000000 1001010 0 1000001 111100 11100 101100011 110000 110000

Color Harmonies of #B7404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7404A

Black with #B7404A

Text Example


Text Example

White with #B7404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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