Html Css Color HEX #B4356A Rouge

📋 copy color: '#B4356A'

red 180 ◦ green 53 ◦ blue 106

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

Shades of Rouge #B4356A

Tints of Rouge #B4356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 53.1%
G = 15.63%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4356A (or 0xB4356A) is known color: Rouge. HEX triplet: B4, 35 and 6A. RGB value is (180,53,106). Sum of RGB (Red+Green+Blue) = 180+53+106=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4356A is #4BCA95. Grayscale: #606060. Windows color (decimal): -4967062 or 6960564. OLE color: 6960564.

HSL color Cylindrical-coordinate representation of color #B4356A: hue angle of 334.96º 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 #B4356A is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 53 106 -
CMYK 0 0.71 0.41 0.29
HSL 334.96º 0.55% 0.46% -
HSV(B) 334.96º 0.71% 0.71% -
XYZ 22.7 13.29 15 -
YUV 97.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 180 53 106 0 0.71 0.41 0.29 334.96 0.55 0.46
Hex B4 35 6A 0 47 29 1D 14F 37 2E
Octal 264 65 152 0 107 51 35 517 67 56
Binary 10110100 110101 1101010 0 1000111 101001 11101 101001111 110111 101110

Color Harmonies of #B4356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4356A

Black with #B4356A

Text Example


Text Example

White with #B4356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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