Html Css Color HEX #B34260 Rouge

📋 copy color: '#B34260'

red 179 ◦ green 66 ◦ blue 96

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

Shades of Rouge #B34260

Tints of Rouge #B34260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

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

R = 52.49%
G = 19.35%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B34260 (or 0xB34260) is known color: Rouge. HEX triplet: B3, 42 and 60. RGB value is (179,66,96). Sum of RGB (Red+Green+Blue) = 179+66+96=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B34260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34260 is #4CBD9F. Grayscale: #676767. Windows color (decimal): -5029280 or 6308531. OLE color: 6308531.

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

Color convert

RGB 179 66 96 -
CMYK 0 0.63 0.46 0.30
HSL 344.07º 0.46% 0.48% -
HSV(B) 344.07º 0.63% 0.7% -
XYZ 22.65 14.32 12.64 -
YUV 103.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 179 66 96 0 0.63 0.46 0.30 344.07 0.46 0.48
Hex B3 42 60 0 3F 2E 1E 158 2E 30
Octal 263 102 140 0 77 56 36 530 56 60
Binary 10110011 1000010 1100000 0 111111 101110 11110 101011000 101110 110000

Color Harmonies of #B34260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34260

Black with #B34260

Text Example


Text Example

White with #B34260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34260; }

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

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

background-color css

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

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

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

border-color css

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

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

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