Html Css Color HEX #B43468 Rouge

📋 copy color: '#B43468'

red 180 ◦ green 52 ◦ blue 104

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

Shades of Rouge #B43468

Tints of Rouge #B43468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

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

R = 53.57%
G = 15.48%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B43468 (or 0xB43468) is known color: Rouge. HEX triplet: B4, 34 and 68. RGB value is (180,52,104). Sum of RGB (Red+Green+Blue) = 180+52+104=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B43468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43468 is #4BCB97. Grayscale: #606060. Windows color (decimal): -4967320 or 6829236. OLE color: 6829236.

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

Color convert

RGB 180 52 104 -
CMYK 0 0.71 0.42 0.29
HSL 335.63º 0.55% 0.45% -
HSV(B) 335.63º 0.71% 0.71% -
XYZ 22.55 13.16 14.45 -
YUV 96.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 180 52 104 0 0.71 0.42 0.29 335.63 0.55 0.45
Hex B4 34 68 0 47 2A 1D 150 37 2D
Octal 264 64 150 0 107 52 35 520 67 55
Binary 10110100 110100 1101000 0 1000111 101010 11101 101010000 110111 101101

Color Harmonies of #B43468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43468

Black with #B43468

Text Example


Text Example

White with #B43468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43468; }

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

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

background-color css

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

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

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

border-color css

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

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

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