Html Css Color HEX #B6356F Rouge

📋 copy color: '#B6356F'

red 182 ◦ green 53 ◦ blue 111

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

Shades of Rouge #B6356F

Tints of Rouge #B6356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 52.6%
G = 15.32%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B6356F (or 0xB6356F) is known color: Rouge. HEX triplet: B6, 35 and 6F. RGB value is (182,53,111). Sum of RGB (Red+Green+Blue) = 182+53+111=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6356F is #49CA90. Grayscale: #626262. Windows color (decimal): -4835985 or 7288246. OLE color: 7288246.

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

Color convert

RGB 182 53 111 -
CMYK 0 0.71 0.39 0.29
HSL 333.02º 0.55% 0.46% -
HSV(B) 333.02º 0.71% 0.71% -
XYZ 23.43 13.64 16.44 -
YUV 98.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 182 53 111 0 0.71 0.39 0.29 333.02 0.55 0.46
Hex B6 35 6F 0 47 27 1D 14D 37 2E
Octal 266 65 157 0 107 47 35 515 67 56
Binary 10110110 110101 1101111 0 1000111 100111 11101 101001101 110111 101110

Color Harmonies of #B6356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6356F

Black with #B6356F

Text Example


Text Example

White with #B6356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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