Html Css Color HEX #B2395C Rouge

📋 copy color: '#B2395C'

red 178 ◦ green 57 ◦ blue 92

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

Shades of Rouge #B2395C

Tints of Rouge #B2395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 54.43%
G = 17.43%
B = 28.13%

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

#B2395C (or 0xB2395C) is known color: Rouge. HEX triplet: B2, 39 and 5C. RGB value is (178,57,92). Sum of RGB (Red+Green+Blue) = 178+57+92=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2395C is #4DC6A3. Grayscale: #616161. Windows color (decimal): -5097124 or 6044082. OLE color: 6044082.

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

Color convert

RGB 178 57 92 -
CMYK 0 0.68 0.48 0.30
HSL 342.64º 0.51% 0.46% -
HSV(B) 342.64º 0.68% 0.7% -
XYZ 21.75 13.16 11.52 -
YUV 97.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 178 57 92 0 0.68 0.48 0.30 342.64 0.51 0.46
Hex B2 39 5C 0 44 30 1E 157 33 2E
Octal 262 71 134 0 104 60 36 527 63 56
Binary 10110010 111001 1011100 0 1000100 110000 11110 101010111 110011 101110

Color Harmonies of #B2395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2395C

Black with #B2395C

Text Example


Text Example

White with #B2395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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