Html Css Color HEX #B42762 Rouge

📋 copy color: '#B42762'

red 180 ◦ green 39 ◦ blue 98

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

Shades of Rouge #B42762

Tints of Rouge #B42762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 56.78%
G = 12.3%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B42762 (or 0xB42762) is known color: Rouge. HEX triplet: B4, 27 and 62. RGB value is (180,39,98). Sum of RGB (Red+Green+Blue) = 180+39+98=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B42762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42762 is #4BD89D. Grayscale: #575757. Windows color (decimal): -4970654 or 6432692. OLE color: 6432692.

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

Color convert

RGB 180 39 98 -
CMYK 0 0.78 0.46 0.29
HSL 334.89º 0.64% 0.43% -
HSV(B) 334.89º 0.78% 0.71% -
XYZ 21.75 12.04 12.73 -
YUV 87.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 180 39 98 0 0.78 0.46 0.29 334.89 0.64 0.43
Hex B4 27 62 0 4E 2E 1D 14F 40 2B
Octal 264 47 142 0 116 56 35 517 100 53
Binary 10110100 100111 1100010 0 1001110 101110 11101 101001111 1000000 101011

Color Harmonies of #B42762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42762

Black with #B42762

Text Example


Text Example

White with #B42762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42762; }

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

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

background-color css

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

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

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

border-color css

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

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

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