Html Css Color HEX #B82E6D Rouge

📋 copy color: '#B82E6D'

red 184 ◦ green 46 ◦ blue 109

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

Shades of Rouge #B82E6D

Tints of Rouge #B82E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.57%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 54.28%
G = 13.57%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B82E6D (or 0xB82E6D) is known color: Rouge. HEX triplet: B8, 2E and 6D. RGB value is (184,46,109). Sum of RGB (Red+Green+Blue) = 184+46+109=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E6D is #47D192. Grayscale: #5E5E5E. Windows color (decimal): -4706707 or 7155384. OLE color: 7155384.

HSL color Cylindrical-coordinate representation of color #B82E6D: hue angle of 332.61º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82E6D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 46 109 -
CMYK 0 0.75 0.41 0.28
HSL 332.61º 0.6% 0.45% -
HSV(B) 332.61º 0.75% 0.72% -
XYZ 23.5 13.25 15.79 -
YUV 94.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 184 46 109 0 0.75 0.41 0.28 332.61 0.6 0.45
Hex B8 2E 6D 0 4B 29 1C 14D 3C 2D
Octal 270 56 155 0 113 51 34 515 74 55
Binary 10111000 101110 1101101 0 1001011 101001 11100 101001101 111100 101101

Color Harmonies of #B82E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E6D

Black with #B82E6D

Text Example


Text Example

White with #B82E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E6D; }

 p { color: rgb(184,46,109); }

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

background-color css

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

 a { background-color: rgb(184,46,109); }

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

border-color css

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

 span { border-color: rgb(184,46,109); }

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