Html Css Color HEX #B42567 Rouge

📋 copy color: '#B42567'

red 180 ◦ green 37 ◦ blue 103

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

Shades of Rouge #B42567

Tints of Rouge #B42567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 56.25%
G = 11.56%
B = 32.19%

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

#B42567 (or 0xB42567) is known color: Rouge. HEX triplet: B4, 25 and 67. RGB value is (180,37,103). Sum of RGB (Red+Green+Blue) = 180+37+103=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B42567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42567 is #4BDA98. Grayscale: #575757. Windows color (decimal): -4971161 or 6759860. OLE color: 6759860.

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

Color convert

RGB 180 37 103 -
CMYK 0 0.79 0.43 0.29
HSL 332.31º 0.66% 0.43% -
HSV(B) 332.31º 0.79% 0.71% -
XYZ 21.93 12.01 13.99 -
YUV 87.28 136.88 194.13 -
System Red Green Blue C M Y K H S L
Decimal 180 37 103 0 0.79 0.43 0.29 332.31 0.66 0.43
Hex B4 25 67 0 4F 2B 1D 14C 42 2B
Octal 264 45 147 0 117 53 35 514 102 53
Binary 10110100 100101 1100111 0 1001111 101011 11101 101001100 1000010 101011

Color Harmonies of #B42567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42567

Black with #B42567

Text Example


Text Example

White with #B42567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42567; }

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

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

background-color css

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

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

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

border-color css

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

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

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