Html Css Color HEX #B42968 Rouge

📋 copy color: '#B42968'

red 180 ◦ green 41 ◦ blue 104

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

Shades of Rouge #B42968

Tints of Rouge #B42968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

 BLUE value IS 104 (41.02% from 255) = 32%

R = 55.38%
G = 12.62%
B = 32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B42968 (or 0xB42968) is known color: Rouge. HEX triplet: B4, 29 and 68. RGB value is (180,41,104). Sum of RGB (Red+Green+Blue) = 180+41+104=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B42968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42968 is #4BD697. Grayscale: #595959. Windows color (decimal): -4970136 or 6826420. OLE color: 6826420.

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

Color convert

RGB 180 41 104 -
CMYK 0 0.77 0.42 0.29
HSL 332.81º 0.63% 0.43% -
HSV(B) 332.81º 0.77% 0.71% -
XYZ 22.11 12.29 14.3 -
YUV 89.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 180 41 104 0 0.77 0.42 0.29 332.81 0.63 0.43
Hex B4 29 68 0 4D 2A 1D 14D 3F 2B
Octal 264 51 150 0 115 52 35 515 77 53
Binary 10110100 101001 1101000 0 1001101 101010 11101 101001101 111111 101011

Color Harmonies of #B42968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42968

Black with #B42968

Text Example


Text Example

White with #B42968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42968; }

 p { color: rgb(180,41,104); }

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

background-color css

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

 a { background-color: rgb(180,41,104); }

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

border-color css

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

 span { border-color: rgb(180,41,104); }

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