Html Css Color HEX #B34464 Rouge

📋 copy color: '#B34464'

red 179 ◦ green 68 ◦ blue 100

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

Shades of Rouge #B34464

Tints of Rouge #B34464

RGB

 RED value IS 179 (70.31% from 255) = 51.59%

 GREEN value IS 68 (26.95% from 255) = 19.6%

 BLUE value IS 100 (39.45% from 255) = 28.82%

R = 51.59%
G = 19.6%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B34464 (or 0xB34464) is known color: Rouge. HEX triplet: B3, 44 and 64. RGB value is (179,68,100). Sum of RGB (Red+Green+Blue) = 179+68+100=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B34464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34464 is #4CBB9B. Grayscale: #686868. Windows color (decimal): -5028764 or 6571187. OLE color: 6571187.

HSL color Cylindrical-coordinate representation of color #B34464: hue angle of 342.7º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34464 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 100 -
CMYK 0 0.62 0.44 0.30
HSL 342.7º 0.45% 0.48% -
HSV(B) 342.7º 0.62% 0.7% -
XYZ 22.96 14.64 13.67 -
YUV 104.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 179 68 100 0 0.62 0.44 0.30 342.7 0.45 0.48
Hex B3 44 64 0 3E 2C 1E 157 2D 30
Octal 263 104 144 0 76 54 36 527 55 60
Binary 10110011 1000100 1100100 0 111110 101100 11110 101010111 101101 110000

Color Harmonies of #B34464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34464

Black with #B34464

Text Example


Text Example

White with #B34464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34464; }

 p { color: rgb(179,68,100); }

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

background-color css

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

 a { background-color: rgb(179,68,100); }

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

border-color css

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

 span { border-color: rgb(179,68,100); }

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