Html Css Color HEX #B4356C Rouge

📋 copy color: '#B4356C'

red 180 ◦ green 53 ◦ blue 108

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

Shades of Rouge #B4356C

Tints of Rouge #B4356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 52.79%
G = 15.54%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4356C (or 0xB4356C) is known color: Rouge. HEX triplet: B4, 35 and 6C. RGB value is (180,53,108). Sum of RGB (Red+Green+Blue) = 180+53+108=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4356C is #4BCA93. Grayscale: #616161. Windows color (decimal): -4967060 or 7091636. OLE color: 7091636.

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

Color convert

RGB 180 53 108 -
CMYK 0 0.71 0.40 0.29
HSL 334.02º 0.55% 0.46% -
HSV(B) 334.02º 0.71% 0.71% -
XYZ 22.8 13.33 15.56 -
YUV 97.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 180 53 108 0 0.71 0.40 0.29 334.02 0.55 0.46
Hex B4 35 6C 0 47 28 1D 14E 37 2E
Octal 264 65 154 0 107 50 35 516 67 56
Binary 10110100 110101 1101100 0 1000111 101000 11101 101001110 110111 101110

Color Harmonies of #B4356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4356C

Black with #B4356C

Text Example


Text Example

White with #B4356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4356C; }

 p { color: rgb(180,53,108); }

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

background-color css

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

 a { background-color: rgb(180,53,108); }

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

border-color css

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

 span { border-color: rgb(180,53,108); }

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