Html Css Color HEX #B82566 Rouge

📋 copy color: '#B82566'

red 184 ◦ green 37 ◦ blue 102

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

Shades of Rouge #B82566

Tints of Rouge #B82566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 56.97%
G = 11.46%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B82566 (or 0xB82566) is known color: Rouge. HEX triplet: B8, 25 and 66. RGB value is (184,37,102). Sum of RGB (Red+Green+Blue) = 184+37+102=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B82566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82566 is #47DA99. Grayscale: #585858. Windows color (decimal): -4709018 or 6694328. OLE color: 6694328.

HSL color Cylindrical-coordinate representation of color #B82566: hue angle of 333.47º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82566 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 102 -
CMYK 0 0.80 0.45 0.28
HSL 333.47º 0.67% 0.43% -
HSV(B) 333.47º 0.8% 0.72% -
XYZ 22.83 12.47 13.77 -
YUV 88.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 184 37 102 0 0.80 0.45 0.28 333.47 0.67 0.43
Hex B8 25 66 0 50 2D 1C 14D 43 2B
Octal 270 45 146 0 120 55 34 515 103 53
Binary 10111000 100101 1100110 0 1010000 101101 11100 101001101 1000011 101011

Color Harmonies of #B82566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82566

Black with #B82566

Text Example


Text Example

White with #B82566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82566; }

 p { color: rgb(184,37,102); }

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

background-color css

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

 a { background-color: rgb(184,37,102); }

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

border-color css

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

 span { border-color: rgb(184,37,102); }

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