Html Css Color HEX #B4294E Old Rose

📋 copy color: '#B4294E'

red 180 ◦ green 41 ◦ blue 78

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

Shades of Old Rose #B4294E

Tints of Old Rose #B4294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 78 (30.86% from 255) = 26.09%

R = 60.2%
G = 13.71%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4294E (or 0xB4294E) is known color: Old Rose. HEX triplet: B4, 29 and 4E. RGB value is (180,41,78). Sum of RGB (Red+Green+Blue) = 180+41+78=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B4294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4294E is #4BD6B1. Grayscale: #565656. Windows color (decimal): -4970162 or 5122484. OLE color: 5122484.

HSL color Cylindrical-coordinate representation of color #B4294E: hue angle of 344.03º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4294E is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 78 -
CMYK 0 0.77 0.57 0.29
HSL 344.03º 0.63% 0.43% -
HSV(B) 344.03º 0.77% 0.71% -
XYZ 20.99 11.84 8.39 -
YUV 86.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 180 41 78 0 0.77 0.57 0.29 344.03 0.63 0.43
Hex B4 29 4E 0 4D 39 1D 158 3F 2B
Octal 264 51 116 0 115 71 35 530 77 53
Binary 10110100 101001 1001110 0 1001101 111001 11101 101011000 111111 101011

Color Harmonies of #B4294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4294E

Black with #B4294E

Text Example


Text Example

White with #B4294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4294E; }

 p { color: rgb(180,41,78); }

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

background-color css

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

 a { background-color: rgb(180,41,78); }

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

border-color css

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

 span { border-color: rgb(180,41,78); }

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