Html Css Color HEX #B6355E Rouge

📋 copy color: '#B6355E'

red 182 ◦ green 53 ◦ blue 94

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

Shades of Rouge #B6355E

Tints of Rouge #B6355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

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

R = 55.32%
G = 16.11%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B6355E (or 0xB6355E) is known color: Rouge. HEX triplet: B6, 35 and 5E. RGB value is (182,53,94). Sum of RGB (Red+Green+Blue) = 182+53+94=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6355E is #49CAA1. Grayscale: #606060. Windows color (decimal): -4836002 or 6174134. OLE color: 6174134.

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

Color convert

RGB 182 53 94 -
CMYK 0 0.71 0.48 0.29
HSL 340.93º 0.55% 0.46% -
HSV(B) 340.93º 0.71% 0.71% -
XYZ 22.58 13.3 11.97 -
YUV 96.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 182 53 94 0 0.71 0.48 0.29 340.93 0.55 0.46
Hex B6 35 5E 0 47 30 1D 155 37 2E
Octal 266 65 136 0 107 60 35 525 67 56
Binary 10110110 110101 1011110 0 1000111 110000 11101 101010101 110111 101110

Color Harmonies of #B6355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6355E

Black with #B6355E

Text Example


Text Example

White with #B6355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6355E; }

 p { color: rgb(182,53,94); }

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

background-color css

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

 a { background-color: rgb(182,53,94); }

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

border-color css

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

 span { border-color: rgb(182,53,94); }

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