Html Css Color HEX #B82E6B Rouge

📋 copy color: '#B82E6B'

red 184 ◦ green 46 ◦ blue 107

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

Shades of Rouge #B82E6B

Tints of Rouge #B82E6B

RGB

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

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

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

R = 54.6%
G = 13.65%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B82E6B (or 0xB82E6B) is known color: Rouge. HEX triplet: B8, 2E and 6B. RGB value is (184,46,107). Sum of RGB (Red+Green+Blue) = 184+46+107=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E6B is #47D194. Grayscale: #5E5E5E. Windows color (decimal): -4706709 or 7024312. OLE color: 7024312.

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

Color convert

RGB 184 46 107 -
CMYK 0 0.75 0.42 0.28
HSL 333.48º 0.6% 0.45% -
HSV(B) 333.48º 0.75% 0.72% -
XYZ 23.4 13.21 15.23 -
YUV 94.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 184 46 107 0 0.75 0.42 0.28 333.48 0.6 0.45
Hex B8 2E 6B 0 4B 2A 1C 14D 3C 2D
Octal 270 56 153 0 113 52 34 515 74 55
Binary 10111000 101110 1101011 0 1001011 101010 11100 101001101 111100 101101

Color Harmonies of #B82E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E6B

Black with #B82E6B

Text Example


Text Example

White with #B82E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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