Html Css Color HEX #B2356F Rouge

📋 copy color: '#B2356F'

red 178 ◦ green 53 ◦ blue 111

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

Shades of Rouge #B2356F

Tints of Rouge #B2356F

RGB

 RED value IS 178 (69.92% from 255) = 52.05%

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

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

R = 52.05%
G = 15.5%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2356F (or 0xB2356F) is known color: Rouge. HEX triplet: B2, 35 and 6F. RGB value is (178,53,111). Sum of RGB (Red+Green+Blue) = 178+53+111=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2356F is #4DCA90. Grayscale: #606060. Windows color (decimal): -5098129 or 7288242. OLE color: 7288242.

HSL color Cylindrical-coordinate representation of color #B2356F: hue angle of 332.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2356F is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 53 111 -
CMYK 0 0.70 0.38 0.30
HSL 332.16º 0.54% 0.45% -
HSV(B) 332.16º 0.7% 0.7% -
XYZ 22.5 13.16 16.39 -
YUV 96.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 178 53 111 0 0.70 0.38 0.30 332.16 0.54 0.45
Hex B2 35 6F 0 46 26 1E 14C 36 2D
Octal 262 65 157 0 106 46 36 514 66 55
Binary 10110010 110101 1101111 0 1000110 100110 11110 101001100 110110 101101

Color Harmonies of #B2356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2356F

Black with #B2356F

Text Example


Text Example

White with #B2356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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