Html Css Color HEX #B82F60 Rouge

📋 copy color: '#B82F60'

red 184 ◦ green 47 ◦ blue 96

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

Shades of Rouge #B82F60

Tints of Rouge #B82F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.37%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 56.27%
G = 14.37%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B82F60 (or 0xB82F60) is known color: Rouge. HEX triplet: B8, 2F and 60. RGB value is (184,47,96). Sum of RGB (Red+Green+Blue) = 184+47+96=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F60 is #47D09F. Grayscale: #5D5D5D. Windows color (decimal): -4706464 or 6303672. OLE color: 6303672.

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

Color convert

RGB 184 47 96 -
CMYK 0 0.74 0.48 0.28
HSL 338.54º 0.59% 0.45% -
HSV(B) 338.54º 0.74% 0.72% -
XYZ 22.9 13.07 12.38 -
YUV 93.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 184 47 96 0 0.74 0.48 0.28 338.54 0.59 0.45
Hex B8 2F 60 0 4A 30 1C 153 3B 2D
Octal 270 57 140 0 112 60 34 523 73 55
Binary 10111000 101111 1100000 0 1001010 110000 11100 101010011 111011 101101

Color Harmonies of #B82F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F60

Black with #B82F60

Text Example


Text Example

White with #B82F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F60; }

 p { color: rgb(184,47,96); }

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

background-color css

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

 a { background-color: rgb(184,47,96); }

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

border-color css

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

 span { border-color: rgb(184,47,96); }

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