Html Css Color HEX #B2355F Rouge

📋 copy color: '#B2355F'

red 178 ◦ green 53 ◦ blue 95

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

Shades of Rouge #B2355F

Tints of Rouge #B2355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 54.6%
G = 16.26%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2355F (or 0xB2355F) is known color: Rouge. HEX triplet: B2, 35 and 5F. RGB value is (178,53,95). Sum of RGB (Red+Green+Blue) = 178+53+95=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2355F is #4DCAA0. Grayscale: #5F5F5F. Windows color (decimal): -5098145 or 6239666. OLE color: 6239666.

HSL color Cylindrical-coordinate representation of color #B2355F: hue angle of 339.84º 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 #B2355F is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 53 95 -
CMYK 0 0.70 0.47 0.30
HSL 339.84º 0.54% 0.45% -
HSV(B) 339.84º 0.7% 0.7% -
XYZ 21.7 12.84 12.16 -
YUV 95.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 178 53 95 0 0.70 0.47 0.30 339.84 0.54 0.45
Hex B2 35 5F 0 46 2F 1E 154 36 2D
Octal 262 65 137 0 106 57 36 524 66 55
Binary 10110010 110101 1011111 0 1000110 101111 11110 101010100 110110 101101

Color Harmonies of #B2355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2355F

Black with #B2355F

Text Example


Text Example

White with #B2355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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