Html Css Color HEX #B84066 Rouge

📋 copy color: '#B84066'

red 184 ◦ green 64 ◦ blue 102

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

Shades of Rouge #B84066

Tints of Rouge #B84066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

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

R = 52.57%
G = 18.29%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B84066 (or 0xB84066) is known color: Rouge. HEX triplet: B8, 40 and 66. RGB value is (184,64,102). Sum of RGB (Red+Green+Blue) = 184+64+102=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B84066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84066 is #47BF99. Grayscale: #686868. Windows color (decimal): -4702106 or 6701240. OLE color: 6701240.

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

Color convert

RGB 184 64 102 -
CMYK 0 0.65 0.45 0.28
HSL 341º 0.48% 0.49% -
HSV(B) 341º 0.65% 0.72% -
XYZ 24 14.82 14.17 -
YUV 104.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 184 64 102 0 0.65 0.45 0.28 341 0.48 0.49
Hex B8 40 66 0 41 2D 1C 155 30 31
Octal 270 100 146 0 101 55 34 525 60 61
Binary 10111000 1000000 1100110 0 1000001 101101 11100 101010101 110000 110001

Color Harmonies of #B84066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84066

Black with #B84066

Text Example


Text Example

White with #B84066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84066; }

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

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

background-color css

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

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

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

border-color css

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

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

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