Html Css Color HEX #B4394C Old Rose

📋 copy color: '#B4394C'

red 180 ◦ green 57 ◦ blue 76

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

Shades of Old Rose #B4394C

Tints of Old Rose #B4394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

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

R = 57.51%
G = 18.21%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4394C (or 0xB4394C) is known color: Old Rose. HEX triplet: B4, 39 and 4C. RGB value is (180,57,76). Sum of RGB (Red+Green+Blue) = 180+57+76=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B4394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4394C is #4BC6B3. Grayscale: #5F5F5F. Windows color (decimal): -4966068 or 4995508. OLE color: 4995508.

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

Color convert

RGB 180 57 76 -
CMYK 0 0.68 0.58 0.29
HSL 350.73º 0.52% 0.46% -
HSV(B) 350.73º 0.68% 0.71% -
XYZ 21.59 13.15 8.24 -
YUV 95.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 180 57 76 0 0.68 0.58 0.29 350.73 0.52 0.46
Hex B4 39 4C 0 44 3A 1D 15F 34 2E
Octal 264 71 114 0 104 72 35 537 64 56
Binary 10110100 111001 1001100 0 1000100 111010 11101 101011111 110100 101110

Color Harmonies of #B4394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4394C

Black with #B4394C

Text Example


Text Example

White with #B4394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4394C; }

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

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

background-color css

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

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

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

border-color css

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

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

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