Html Css Color HEX #B34060 Rouge

📋 copy color: '#B34060'

red 179 ◦ green 64 ◦ blue 96

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

Shades of Rouge #B34060

Tints of Rouge #B34060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 52.8%
G = 18.88%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B34060 (or 0xB34060) is known color: Rouge. HEX triplet: B3, 40 and 60. RGB value is (179,64,96). Sum of RGB (Red+Green+Blue) = 179+64+96=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B34060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34060 is #4CBF9F. Grayscale: #666666. Windows color (decimal): -5029792 or 6308019. OLE color: 6308019.

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

Color convert

RGB 179 64 96 -
CMYK 0 0.64 0.46 0.30
HSL 343.3º 0.47% 0.48% -
HSV(B) 343.3º 0.64% 0.7% -
XYZ 22.54 14.1 12.6 -
YUV 102.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 179 64 96 0 0.64 0.46 0.30 343.3 0.47 0.48
Hex B3 40 60 0 40 2E 1E 157 2F 30
Octal 263 100 140 0 100 56 36 527 57 60
Binary 10110011 1000000 1100000 0 1000000 101110 11110 101010111 101111 110000

Color Harmonies of #B34060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34060

Black with #B34060

Text Example


Text Example

White with #B34060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34060; }

 p { color: rgb(179,64,96); }

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

background-color css

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

 a { background-color: rgb(179,64,96); }

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

border-color css

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

 span { border-color: rgb(179,64,96); }

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