Html Css Color HEX #B42F67 Rouge

📋 copy color: '#B42F67'

red 180 ◦ green 47 ◦ blue 103

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

Shades of Rouge #B42F67

Tints of Rouge #B42F67

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

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

R = 54.55%
G = 14.24%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B42F67 (or 0xB42F67) is known color: Rouge. HEX triplet: B4, 2F and 67. RGB value is (180,47,103). Sum of RGB (Red+Green+Blue) = 180+47+103=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42F67 is #4BD098. Grayscale: #5D5D5D. Windows color (decimal): -4968601 or 6762420. OLE color: 6762420.

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

Color convert

RGB 180 47 103 -
CMYK 0 0.74 0.43 0.29
HSL 334.74º 0.59% 0.45% -
HSV(B) 334.74º 0.74% 0.71% -
XYZ 22.29 12.72 14.11 -
YUV 93.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 180 47 103 0 0.74 0.43 0.29 334.74 0.59 0.45
Hex B4 2F 67 0 4A 2B 1D 14F 3B 2D
Octal 264 57 147 0 112 53 35 517 73 55
Binary 10110100 101111 1100111 0 1001010 101011 11101 101001111 111011 101101

Color Harmonies of #B42F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F67

Black with #B42F67

Text Example


Text Example

White with #B42F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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