Html Css Color HEX #B2395D Rouge

📋 copy color: '#B2395D'

red 178 ◦ green 57 ◦ blue 93

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

Shades of Rouge #B2395D

Tints of Rouge #B2395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 54.27%
G = 17.38%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2395D (or 0xB2395D) is known color: Rouge. HEX triplet: B2, 39 and 5D. RGB value is (178,57,93). Sum of RGB (Red+Green+Blue) = 178+57+93=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2395D is #4DC6A2. Grayscale: #616161. Windows color (decimal): -5097123 or 6109618. OLE color: 6109618.

HSL color Cylindrical-coordinate representation of color #B2395D: hue angle of 342.15º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2395D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 93 -
CMYK 0 0.68 0.48 0.30
HSL 342.15º 0.51% 0.46% -
HSV(B) 342.15º 0.68% 0.7% -
XYZ 21.8 13.18 11.75 -
YUV 97.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 178 57 93 0 0.68 0.48 0.30 342.15 0.51 0.46
Hex B2 39 5D 0 44 30 1E 156 33 2E
Octal 262 71 135 0 104 60 36 526 63 56
Binary 10110010 111001 1011101 0 1000100 110000 11110 101010110 110011 101110

Color Harmonies of #B2395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2395D

Black with #B2395D

Text Example


Text Example

White with #B2395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2395D; }

 p { color: rgb(178,57,93); }

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

background-color css

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

 a { background-color: rgb(178,57,93); }

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

border-color css

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

 span { border-color: rgb(178,57,93); }

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