Html Css Color HEX #B4356F Rouge

📋 copy color: '#B4356F'

red 180 ◦ green 53 ◦ blue 111

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

Shades of Rouge #B4356F

Tints of Rouge #B4356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 52.33%
G = 15.41%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4356F (or 0xB4356F) is known color: Rouge. HEX triplet: B4, 35 and 6F. RGB value is (180,53,111). Sum of RGB (Red+Green+Blue) = 180+53+111=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4356F is #4BCA90. Grayscale: #616161. Windows color (decimal): -4967057 or 7288244. OLE color: 7288244.

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

Color convert

RGB 180 53 111 -
CMYK 0 0.71 0.38 0.29
HSL 332.6º 0.55% 0.46% -
HSV(B) 332.6º 0.71% 0.71% -
XYZ 22.96 13.4 16.41 -
YUV 97.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 180 53 111 0 0.71 0.38 0.29 332.6 0.55 0.46
Hex B4 35 6F 0 47 26 1D 14D 37 2E
Octal 264 65 157 0 107 46 35 515 67 56
Binary 10110100 110101 1101111 0 1000111 100110 11101 101001101 110111 101110

Color Harmonies of #B4356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4356F

Black with #B4356F

Text Example


Text Example

White with #B4356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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