Html Css Color HEX #B6345D Rouge

📋 copy color: '#B6345D'

red 182 ◦ green 52 ◦ blue 93

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

Shades of Rouge #B6345D

Tints of Rouge #B6345D

RGB

 RED value IS 182 (71.48% from 255) = 55.66%

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

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

R = 55.66%
G = 15.9%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6345D (or 0xB6345D) is known color: Rouge. HEX triplet: B6, 34 and 5D. RGB value is (182,52,93). Sum of RGB (Red+Green+Blue) = 182+52+93=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6345D is #49CBA2. Grayscale: #5F5F5F. Windows color (decimal): -4836259 or 6108342. OLE color: 6108342.

HSL color Cylindrical-coordinate representation of color #B6345D: hue angle of 341.08º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6345D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 93 -
CMYK 0 0.71 0.49 0.29
HSL 341.08º 0.56% 0.46% -
HSV(B) 341.08º 0.71% 0.71% -
XYZ 22.5 13.19 11.72 -
YUV 95.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 182 52 93 0 0.71 0.49 0.29 341.08 0.56 0.46
Hex B6 34 5D 0 47 31 1D 155 38 2E
Octal 266 64 135 0 107 61 35 525 70 56
Binary 10110110 110100 1011101 0 1000111 110001 11101 101010101 111000 101110

Color Harmonies of #B6345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6345D

Black with #B6345D

Text Example


Text Example

White with #B6345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6345D; }

 p { color: rgb(182,52,93); }

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

background-color css

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

 a { background-color: rgb(182,52,93); }

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

border-color css

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

 span { border-color: rgb(182,52,93); }

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