Html Css Color HEX #B4374C Old Rose

📋 copy color: '#B4374C'

red 180 ◦ green 55 ◦ blue 76

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

Shades of Old Rose #B4374C

Tints of Old Rose #B4374C

RGB

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

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

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

R = 57.88%
G = 17.68%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4374C (or 0xB4374C) is known color: Old Rose. HEX triplet: B4, 37 and 4C. RGB value is (180,55,76). Sum of RGB (Red+Green+Blue) = 180+55+76=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4374C is #4BC8B3. Grayscale: #5E5E5E. Windows color (decimal): -4966580 or 4994996. OLE color: 4994996.

HSL color Cylindrical-coordinate representation of color #B4374C: hue angle of 349.92º 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 #B4374C is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 76 -
CMYK 0 0.69 0.58 0.29
HSL 349.92º 0.53% 0.46% -
HSV(B) 349.92º 0.69% 0.71% -
XYZ 21.49 12.96 8.21 -
YUV 94.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 180 55 76 0 0.69 0.58 0.29 349.92 0.53 0.46
Hex B4 37 4C 0 45 3A 1D 15E 35 2E
Octal 264 67 114 0 105 72 35 536 65 56
Binary 10110100 110111 1001100 0 1000101 111010 11101 101011110 110101 101110

Color Harmonies of #B4374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4374C

Black with #B4374C

Text Example


Text Example

White with #B4374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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