Html Css Color HEX #B62868 Rouge

📋 copy color: '#B62868'

red 182 ◦ green 40 ◦ blue 104

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

Shades of Rouge #B62868

Tints of Rouge #B62868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 55.83%
G = 12.27%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B62868 (or 0xB62868) is known color: Rouge. HEX triplet: B6, 28 and 68. RGB value is (182,40,104). Sum of RGB (Red+Green+Blue) = 182+40+104=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B62868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62868 is #49D797. Grayscale: #595959. Windows color (decimal): -4839320 or 6826166. OLE color: 6826166.

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

Color convert

RGB 182 40 104 -
CMYK 0 0.78 0.43 0.29
HSL 332.96º 0.64% 0.44% -
HSV(B) 332.96º 0.78% 0.71% -
XYZ 22.55 12.46 14.31 -
YUV 89.75 136.04 193.8 -
System Red Green Blue C M Y K H S L
Decimal 182 40 104 0 0.78 0.43 0.29 332.96 0.64 0.44
Hex B6 28 68 0 4E 2B 1D 14D 40 2C
Octal 266 50 150 0 116 53 35 515 100 54
Binary 10110110 101000 1101000 0 1001110 101011 11101 101001101 1000000 101100

Color Harmonies of #B62868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62868

Black with #B62868

Text Example


Text Example

White with #B62868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62868; }

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

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

background-color css

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

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

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

border-color css

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

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

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