Html Css Color HEX #B6335C Rouge

📋 copy color: '#B6335C'

red 182 ◦ green 51 ◦ blue 92

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

Shades of Rouge #B6335C

Tints of Rouge #B6335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 56%
G = 15.69%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6335C (or 0xB6335C) is known color: Rouge. HEX triplet: B6, 33 and 5C. RGB value is (182,51,92). Sum of RGB (Red+Green+Blue) = 182+51+92=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6335C is #49CCA3. Grayscale: #5E5E5E. Windows color (decimal): -4836516 or 6042550. OLE color: 6042550.

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

Color convert

RGB 182 51 92 -
CMYK 0 0.72 0.49 0.29
HSL 341.22º 0.56% 0.46% -
HSV(B) 341.22º 0.72% 0.71% -
XYZ 22.41 13.09 11.47 -
YUV 94.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 182 51 92 0 0.72 0.49 0.29 341.22 0.56 0.46
Hex B6 33 5C 0 48 31 1D 155 38 2E
Octal 266 63 134 0 110 61 35 525 70 56
Binary 10110110 110011 1011100 0 1001000 110001 11101 101010101 111000 101110

Color Harmonies of #B6335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6335C

Black with #B6335C

Text Example


Text Example

White with #B6335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6335C; }

 p { color: rgb(182,51,92); }

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

background-color css

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

 a { background-color: rgb(182,51,92); }

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

border-color css

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

 span { border-color: rgb(182,51,92); }

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