Html Css Color HEX #B4374A Old Rose

📋 copy color: '#B4374A'

red 180 ◦ green 55 ◦ blue 74

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

Shades of Old Rose #B4374A

Tints of Old Rose #B4374A

RGB

 RED value IS 180 (70.7% from 255) = 58.25%

 GREEN value IS 55 (21.88% from 255) = 17.8%

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

R = 58.25%
G = 17.8%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4374A (or 0xB4374A) is known color: Old Rose. HEX triplet: B4, 37 and 4A. RGB value is (180,55,74). Sum of RGB (Red+Green+Blue) = 180+55+74=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B4374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4374A is #4BC8B5. Grayscale: #5E5E5E. Windows color (decimal): -4966582 or 4863924. OLE color: 4863924.

HSL color Cylindrical-coordinate representation of color #B4374A: hue angle of 350.88º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4374A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 74 -
CMYK 0 0.69 0.59 0.29
HSL 350.88º 0.53% 0.46% -
HSV(B) 350.88º 0.69% 0.71% -
XYZ 21.42 12.93 7.85 -
YUV 94.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 180 55 74 0 0.69 0.59 0.29 350.88 0.53 0.46
Hex B4 37 4A 0 45 3B 1D 15F 35 2E
Octal 264 67 112 0 105 73 35 537 65 56
Binary 10110100 110111 1001010 0 1000101 111011 11101 101011111 110101 101110

Color Harmonies of #B4374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4374A

Black with #B4374A

Text Example


Text Example

White with #B4374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4374A; }

 p { color: rgb(180,55,74); }

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

background-color css

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

 a { background-color: rgb(180,55,74); }

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

border-color css

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

 span { border-color: rgb(180,55,74); }

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