Html Css Color HEX #B04162 Rouge

📋 copy color: '#B04162'

red 176 ◦ green 65 ◦ blue 98

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

Shades of Rouge #B04162

Tints of Rouge #B04162

RGB

 RED value IS 176 (69.14% from 255) = 51.92%

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 51.92%
G = 19.17%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B04162 (or 0xB04162) is known color: Rouge. HEX triplet: B0, 41 and 62. RGB value is (176,65,98). Sum of RGB (Red+Green+Blue) = 176+65+98=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B04162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04162 is #4FBE9D. Grayscale: #656565. Windows color (decimal): -5226142 or 6439344. OLE color: 6439344.

HSL color Cylindrical-coordinate representation of color #B04162: hue angle of 342.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04162 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 98 -
CMYK 0 0.63 0.44 0.31
HSL 342.16º 0.46% 0.47% -
HSV(B) 342.16º 0.63% 0.69% -
XYZ 22 13.89 13.08 -
YUV 101.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 176 65 98 0 0.63 0.44 0.31 342.16 0.46 0.47
Hex B0 41 62 0 3F 2C 1F 156 2E 2F
Octal 260 101 142 0 77 54 37 526 56 57
Binary 10110000 1000001 1100010 0 111111 101100 11111 101010110 101110 101111

Color Harmonies of #B04162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04162

Black with #B04162

Text Example


Text Example

White with #B04162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04162; }

 p { color: rgb(176,65,98); }

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

background-color css

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

 a { background-color: rgb(176,65,98); }

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

border-color css

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

 span { border-color: rgb(176,65,98); }

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