Html Css Color HEX #B42A68 Rouge

📋 copy color: '#B42A68'

red 180 ◦ green 42 ◦ blue 104

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

Shades of Rouge #B42A68

Tints of Rouge #B42A68

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.88%

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 55.21%
G = 12.88%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B42A68 (or 0xB42A68) is known color: Rouge. HEX triplet: B4, 2A and 68. RGB value is (180,42,104). Sum of RGB (Red+Green+Blue) = 180+42+104=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A68 is #4BD597. Grayscale: #5A5A5A. Windows color (decimal): -4969880 or 6826676. OLE color: 6826676.

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

Color convert

RGB 180 42 104 -
CMYK 0 0.77 0.42 0.29
HSL 333.04º 0.62% 0.44% -
HSV(B) 333.04º 0.77% 0.71% -
XYZ 22.15 12.36 14.31 -
YUV 90.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 180 42 104 0 0.77 0.42 0.29 333.04 0.62 0.44
Hex B4 2A 68 0 4D 2A 1D 14D 3E 2C
Octal 264 52 150 0 115 52 35 515 76 54
Binary 10110100 101010 1101000 0 1001101 101010 11101 101001101 111110 101100

Color Harmonies of #B42A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A68

Black with #B42A68

Text Example


Text Example

White with #B42A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A68; }

 p { color: rgb(180,42,104); }

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

background-color css

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

 a { background-color: rgb(180,42,104); }

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

border-color css

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

 span { border-color: rgb(180,42,104); }

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