Html Css Color HEX #B42764 Rouge

📋 copy color: '#B42764'

red 180 ◦ green 39 ◦ blue 100

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

Shades of Rouge #B42764

Tints of Rouge #B42764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

 BLUE value IS 100 (39.45% from 255) = 31.35%

R = 56.43%
G = 12.23%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B42764 (or 0xB42764) is known color: Rouge. HEX triplet: B4, 27 and 64. RGB value is (180,39,100). Sum of RGB (Red+Green+Blue) = 180+39+100=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42764 is #4BD89B. Grayscale: #585858. Windows color (decimal): -4970652 or 6563764. OLE color: 6563764.

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

Color convert

RGB 180 39 100 -
CMYK 0 0.78 0.44 0.29
HSL 334.04º 0.64% 0.43% -
HSV(B) 334.04º 0.78% 0.71% -
XYZ 21.85 12.07 13.24 -
YUV 88.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 180 39 100 0 0.78 0.44 0.29 334.04 0.64 0.43
Hex B4 27 64 0 4E 2C 1D 14E 40 2B
Octal 264 47 144 0 116 54 35 516 100 53
Binary 10110100 100111 1100100 0 1001110 101100 11101 101001110 1000000 101011

Color Harmonies of #B42764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42764

Black with #B42764

Text Example


Text Example

White with #B42764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42764; }

 p { color: rgb(180,39,100); }

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

background-color css

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

 a { background-color: rgb(180,39,100); }

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

border-color css

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

 span { border-color: rgb(180,39,100); }

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