Html Css Color HEX #B82868 Rouge

📋 copy color: '#B82868'

red 184 ◦ green 40 ◦ blue 104

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

Shades of Rouge #B82868

Tints of Rouge #B82868

RGB

 RED value IS 184 (72.27% from 255) = 56.1%

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

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

R = 56.1%
G = 12.2%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B82868 (or 0xB82868) is known color: Rouge. HEX triplet: B8, 28 and 68. RGB value is (184,40,104). Sum of RGB (Red+Green+Blue) = 184+40+104=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B82868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82868 is #47D797. Grayscale: #5A5A5A. Windows color (decimal): -4708248 or 6826168. OLE color: 6826168.

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

Color convert

RGB 184 40 104 -
CMYK 0 0.78 0.43 0.28
HSL 333.33º 0.64% 0.44% -
HSV(B) 333.33º 0.78% 0.72% -
XYZ 23.02 12.71 14.34 -
YUV 90.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 184 40 104 0 0.78 0.43 0.28 333.33 0.64 0.44
Hex B8 28 68 0 4E 2B 1C 14D 40 2C
Octal 270 50 150 0 116 53 34 515 100 54
Binary 10111000 101000 1101000 0 1001110 101011 11100 101001101 1000000 101100

Color Harmonies of #B82868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82868

Black with #B82868

Text Example


Text Example

White with #B82868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82868; }

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

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

background-color css

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

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

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

border-color css

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

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

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