Html Css Color HEX #B82F63 Rouge

📋 copy color: '#B82F63'

red 184 ◦ green 47 ◦ blue 99

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

Shades of Rouge #B82F63

Tints of Rouge #B82F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30%

R = 55.76%
G = 14.24%
B = 30%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B82F63 (or 0xB82F63) is known color: Rouge. HEX triplet: B8, 2F and 63. RGB value is (184,47,99). Sum of RGB (Red+Green+Blue) = 184+47+99=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F63 is #47D09C. Grayscale: #5D5D5D. Windows color (decimal): -4706461 or 6500280. OLE color: 6500280.

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

Color convert

RGB 184 47 99 -
CMYK 0 0.74 0.46 0.28
HSL 337.23º 0.59% 0.45% -
HSV(B) 337.23º 0.74% 0.72% -
XYZ 23.04 13.12 13.12 -
YUV 93.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 184 47 99 0 0.74 0.46 0.28 337.23 0.59 0.45
Hex B8 2F 63 0 4A 2E 1C 151 3B 2D
Octal 270 57 143 0 112 56 34 521 73 55
Binary 10111000 101111 1100011 0 1001010 101110 11100 101010001 111011 101101

Color Harmonies of #B82F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F63

Black with #B82F63

Text Example


Text Example

White with #B82F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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