Html Css Color HEX #B2345E Rouge

📋 copy color: '#B2345E'

red 178 ◦ green 52 ◦ blue 94

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

Shades of Rouge #B2345E

Tints of Rouge #B2345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 54.94%
G = 16.05%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2345E (or 0xB2345E) is known color: Rouge. HEX triplet: B2, 34 and 5E. RGB value is (178,52,94). Sum of RGB (Red+Green+Blue) = 178+52+94=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2345E is #4DCBA1. Grayscale: #5E5E5E. Windows color (decimal): -5098402 or 6173874. OLE color: 6173874.

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

Color convert

RGB 178 52 94 -
CMYK 0 0.71 0.47 0.30
HSL 340º 0.55% 0.45% -
HSV(B) 340º 0.71% 0.7% -
XYZ 21.61 12.73 11.91 -
YUV 94.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 178 52 94 0 0.71 0.47 0.30 340 0.55 0.45
Hex B2 34 5E 0 47 2F 1E 154 37 2D
Octal 262 64 136 0 107 57 36 524 67 55
Binary 10110010 110100 1011110 0 1000111 101111 11110 101010100 110111 101101

Color Harmonies of #B2345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2345E

Black with #B2345E

Text Example


Text Example

White with #B2345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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