Html Css Color HEX #B2395E Rouge

📋 copy color: '#B2395E'

red 178 ◦ green 57 ◦ blue 94

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

Shades of Rouge #B2395E

Tints of Rouge #B2395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 54.1%
G = 17.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2395E (or 0xB2395E) is known color: Rouge. HEX triplet: B2, 39 and 5E. RGB value is (178,57,94). Sum of RGB (Red+Green+Blue) = 178+57+94=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2395E is #4DC6A1. Grayscale: #616161. Windows color (decimal): -5097122 or 6175154. OLE color: 6175154.

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

Color convert

RGB 178 57 94 -
CMYK 0 0.68 0.47 0.30
HSL 341.65º 0.51% 0.46% -
HSV(B) 341.65º 0.68% 0.7% -
XYZ 21.84 13.2 11.99 -
YUV 97.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 178 57 94 0 0.68 0.47 0.30 341.65 0.51 0.46
Hex B2 39 5E 0 44 2F 1E 156 33 2E
Octal 262 71 136 0 104 57 36 526 63 56
Binary 10110010 111001 1011110 0 1000100 101111 11110 101010110 110011 101110

Color Harmonies of #B2395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2395E

Black with #B2395E

Text Example


Text Example

White with #B2395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2395E; }

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

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

background-color css

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

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

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

border-color css

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

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

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