Html Css Color HEX #B42667 Rouge

📋 copy color: '#B42667'

red 180 ◦ green 38 ◦ blue 103

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

Shades of Rouge #B42667

Tints of Rouge #B42667

RGB

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

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

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

R = 56.07%
G = 11.84%
B = 32.09%

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

#B42667 (or 0xB42667) is known color: Rouge. HEX triplet: B4, 26 and 67. RGB value is (180,38,103). Sum of RGB (Red+Green+Blue) = 180+38+103=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B42667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42667 is #4BD998. Grayscale: #575757. Windows color (decimal): -4970905 or 6760116. OLE color: 6760116.

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

Color convert

RGB 180 38 103 -
CMYK 0 0.79 0.43 0.29
HSL 332.54º 0.65% 0.43% -
HSV(B) 332.54º 0.79% 0.71% -
XYZ 21.96 12.07 14 -
YUV 87.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 180 38 103 0 0.79 0.43 0.29 332.54 0.65 0.43
Hex B4 26 67 0 4F 2B 1D 14D 41 2B
Octal 264 46 147 0 117 53 35 515 101 53
Binary 10110100 100110 1100111 0 1001111 101011 11101 101001101 1000001 101011

Color Harmonies of #B42667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42667

Black with #B42667

Text Example


Text Example

White with #B42667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42667; }

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

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

background-color css

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

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

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

border-color css

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

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

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