Html Css Color HEX #B42569 Rouge

📋 copy color: '#B42569'

red 180 ◦ green 37 ◦ blue 105

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

Shades of Rouge #B42569

Tints of Rouge #B42569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 105 (41.41% from 255) = 32.61%

R = 55.9%
G = 11.49%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B42569 (or 0xB42569) is known color: Rouge. HEX triplet: B4, 25 and 69. RGB value is (180,37,105). Sum of RGB (Red+Green+Blue) = 180+37+105=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B42569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42569 is #4BDA96. Grayscale: #575757. Windows color (decimal): -4971159 or 6890932. OLE color: 6890932.

HSL color Cylindrical-coordinate representation of color #B42569: hue angle of 331.47º degrees, saturation: 0.66, 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 #B42569 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 105 -
CMYK 0 0.79 0.42 0.29
HSL 331.47º 0.66% 0.43% -
HSV(B) 331.47º 0.79% 0.71% -
XYZ 22.03 12.05 14.53 -
YUV 87.51 137.88 193.97 -
System Red Green Blue C M Y K H S L
Decimal 180 37 105 0 0.79 0.42 0.29 331.47 0.66 0.43
Hex B4 25 69 0 4F 2A 1D 14B 42 2B
Octal 264 45 151 0 117 52 35 513 102 53
Binary 10110100 100101 1101001 0 1001111 101010 11101 101001011 1000010 101011

Color Harmonies of #B42569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42569

Black with #B42569

Text Example


Text Example

White with #B42569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42569; }

 p { color: rgb(180,37,105); }

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

background-color css

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

 a { background-color: rgb(180,37,105); }

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

border-color css

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

 span { border-color: rgb(180,37,105); }

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