Html Css Color HEX #B82F62 Rouge

📋 copy color: '#B82F62'

red 184 ◦ green 47 ◦ blue 98

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

Shades of Rouge #B82F62

Tints of Rouge #B82F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 55.93%
G = 14.29%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B82F62 (or 0xB82F62) is known color: Rouge. HEX triplet: B8, 2F and 62. RGB value is (184,47,98). Sum of RGB (Red+Green+Blue) = 184+47+98=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F62 is #47D09D. Grayscale: #5D5D5D. Windows color (decimal): -4706462 or 6434744. OLE color: 6434744.

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

Color convert

RGB 184 47 98 -
CMYK 0 0.74 0.47 0.28
HSL 337.66º 0.59% 0.45% -
HSV(B) 337.66º 0.74% 0.72% -
XYZ 22.99 13.11 12.87 -
YUV 93.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 184 47 98 0 0.74 0.47 0.28 337.66 0.59 0.45
Hex B8 2F 62 0 4A 2F 1C 152 3B 2D
Octal 270 57 142 0 112 57 34 522 73 55
Binary 10111000 101111 1100010 0 1001010 101111 11100 101010010 111011 101101

Color Harmonies of #B82F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F62

Black with #B82F62

Text Example


Text Example

White with #B82F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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