Html Css Color HEX #B6345B Rouge

📋 copy color: '#B6345B'

red 182 ◦ green 52 ◦ blue 91

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

Shades of Rouge #B6345B

Tints of Rouge #B6345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28%

R = 56%
G = 16%
B = 28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6345B (or 0xB6345B) is known color: Rouge. HEX triplet: B6, 34 and 5B. RGB value is (182,52,91). Sum of RGB (Red+Green+Blue) = 182+52+91=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6345B is #49CBA4. Grayscale: #5F5F5F. Windows color (decimal): -4836261 or 5977270. OLE color: 5977270.

HSL color Cylindrical-coordinate representation of color #B6345B: hue angle of 342º 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 #B6345B is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 91 -
CMYK 0 0.71 0.5 0.29
HSL 342º 0.56% 0.46% -
HSV(B) 342º 0.71% 0.71% -
XYZ 22.41 13.16 11.26 -
YUV 95.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 182 52 91 0 0.71 0.5 0.29 342 0.56 0.46
Hex B6 34 5B 0 47 32 1D 156 38 2E
Octal 266 64 133 0 107 62 35 526 70 56
Binary 10110110 110100 1011011 0 1000111 110010 11101 101010110 111000 101110

Color Harmonies of #B6345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6345B

Black with #B6345B

Text Example


Text Example

White with #B6345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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