Html Css Color HEX #B2315E Rouge

📋 copy color: '#B2315E'

red 178 ◦ green 49 ◦ blue 94

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

Shades of Rouge #B2315E

Tints of Rouge #B2315E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

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

R = 55.45%
G = 15.26%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2315E (or 0xB2315E) is known color: Rouge. HEX triplet: B2, 31 and 5E. RGB value is (178,49,94). Sum of RGB (Red+Green+Blue) = 178+49+94=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2315E is #4DCEA1. Grayscale: #5C5C5C. Windows color (decimal): -5099170 or 6173106. OLE color: 6173106.

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

Color convert

RGB 178 49 94 -
CMYK 0 0.72 0.47 0.30
HSL 339.07º 0.57% 0.45% -
HSV(B) 339.07º 0.72% 0.7% -
XYZ 21.48 12.47 11.86 -
YUV 92.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 178 49 94 0 0.72 0.47 0.30 339.07 0.57 0.45
Hex B2 31 5E 0 48 2F 1E 153 39 2D
Octal 262 61 136 0 110 57 36 523 71 55
Binary 10110010 110001 1011110 0 1001000 101111 11110 101010011 111001 101101

Color Harmonies of #B2315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2315E

Black with #B2315E

Text Example


Text Example

White with #B2315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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