Html Css Color HEX #B6286A Rouge

📋 copy color: '#B6286A'

red 182 ◦ green 40 ◦ blue 106

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

Shades of Rouge #B6286A

Tints of Rouge #B6286A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 55.49%
G = 12.2%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6286A (or 0xB6286A) is known color: Rouge. HEX triplet: B6, 28 and 6A. RGB value is (182,40,106). Sum of RGB (Red+Green+Blue) = 182+40+106=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6286A is #49D795. Grayscale: #595959. Windows color (decimal): -4839318 or 6957238. OLE color: 6957238.

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

Color convert

RGB 182 40 106 -
CMYK 0 0.78 0.42 0.29
HSL 332.11º 0.64% 0.44% -
HSV(B) 332.11º 0.78% 0.71% -
XYZ 22.65 12.5 14.86 -
YUV 89.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 182 40 106 0 0.78 0.42 0.29 332.11 0.64 0.44
Hex B6 28 6A 0 4E 2A 1D 14C 40 2C
Octal 266 50 152 0 116 52 35 514 100 54
Binary 10110110 101000 1101010 0 1001110 101010 11101 101001100 1000000 101100

Color Harmonies of #B6286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6286A

Black with #B6286A

Text Example


Text Example

White with #B6286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6286A; }

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

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

background-color css

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

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

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

border-color css

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

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

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