Html Css Color HEX #B4356B Rouge

📋 copy color: '#B4356B'

red 180 ◦ green 53 ◦ blue 107

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

Shades of Rouge #B4356B

Tints of Rouge #B4356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 52.94%
G = 15.59%
B = 31.47%

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

#B4356B (or 0xB4356B) is known color: Rouge. HEX triplet: B4, 35 and 6B. RGB value is (180,53,107). Sum of RGB (Red+Green+Blue) = 180+53+107=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4356B is #4BCA94. Grayscale: #616161. Windows color (decimal): -4967061 or 7026100. OLE color: 7026100.

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

Color convert

RGB 180 53 107 -
CMYK 0 0.71 0.41 0.29
HSL 334.49º 0.55% 0.46% -
HSV(B) 334.49º 0.71% 0.71% -
XYZ 22.75 13.31 15.28 -
YUV 97.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 180 53 107 0 0.71 0.41 0.29 334.49 0.55 0.46
Hex B4 35 6B 0 47 29 1D 14E 37 2E
Octal 264 65 153 0 107 51 35 516 67 56
Binary 10110100 110101 1101011 0 1000111 101001 11101 101001110 110111 101110

Color Harmonies of #B4356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4356B

Black with #B4356B

Text Example


Text Example

White with #B4356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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