Html Css Color HEX #B6286B Rouge

📋 copy color: '#B6286B'

red 182 ◦ green 40 ◦ blue 107

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

Shades of Rouge #B6286B

Tints of Rouge #B6286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 55.32%
G = 12.16%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6286B (or 0xB6286B) is known color: Rouge. HEX triplet: B6, 28 and 6B. RGB value is (182,40,107). Sum of RGB (Red+Green+Blue) = 182+40+107=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6286B is #49D794. Grayscale: #595959. Windows color (decimal): -4839317 or 7022774. OLE color: 7022774.

HSL color Cylindrical-coordinate representation of color #B6286B: hue angle of 331.69º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6286B is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 107 -
CMYK 0 0.78 0.41 0.29
HSL 331.69º 0.64% 0.44% -
HSV(B) 331.69º 0.78% 0.71% -
XYZ 22.7 12.52 15.13 -
YUV 90.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 182 40 107 0 0.78 0.41 0.29 331.69 0.64 0.44
Hex B6 28 6B 0 4E 29 1D 14C 40 2C
Octal 266 50 153 0 116 51 35 514 100 54
Binary 10110110 101000 1101011 0 1001110 101001 11101 101001100 1000000 101100

Color Harmonies of #B6286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6286B

Black with #B6286B

Text Example


Text Example

White with #B6286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6286B; }

 p { color: rgb(182,40,107); }

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

background-color css

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

 a { background-color: rgb(182,40,107); }

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

border-color css

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

 span { border-color: rgb(182,40,107); }

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