Html Css Color HEX #B42666 Rouge

📋 copy color: '#B42666'

red 180 ◦ green 38 ◦ blue 102

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

Shades of Rouge #B42666

Tints of Rouge #B42666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

 BLUE value IS 102 (40.23% from 255) = 31.88%

R = 56.25%
G = 11.88%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B42666 (or 0xB42666) is known color: Rouge. HEX triplet: B4, 26 and 66. RGB value is (180,38,102). Sum of RGB (Red+Green+Blue) = 180+38+102=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B42666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42666 is #4BD999. Grayscale: #575757. Windows color (decimal): -4970906 or 6694580. OLE color: 6694580.

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

Color convert

RGB 180 38 102 -
CMYK 0 0.79 0.43 0.29
HSL 332.96º 0.65% 0.43% -
HSV(B) 332.96º 0.79% 0.71% -
XYZ 21.91 12.05 13.74 -
YUV 87.75 136.04 193.8 -
System Red Green Blue C M Y K H S L
Decimal 180 38 102 0 0.79 0.43 0.29 332.96 0.65 0.43
Hex B4 26 66 0 4F 2B 1D 14D 41 2B
Octal 264 46 146 0 117 53 35 515 101 53
Binary 10110100 100110 1100110 0 1001111 101011 11101 101001101 1000001 101011

Color Harmonies of #B42666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42666

Black with #B42666

Text Example


Text Example

White with #B42666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42666; }

 p { color: rgb(180,38,102); }

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

background-color css

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

 a { background-color: rgb(180,38,102); }

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

border-color css

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

 span { border-color: rgb(180,38,102); }

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