Html Css Color HEX #B04562 Rouge

📋 copy color: '#B04562'

red 176 ◦ green 69 ◦ blue 98

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

Shades of Rouge #B04562

Tints of Rouge #B04562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.12%

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

R = 51.31%
G = 20.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B04562 (or 0xB04562) is known color: Rouge. HEX triplet: B0, 45 and 62. RGB value is (176,69,98). Sum of RGB (Red+Green+Blue) = 176+69+98=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B04562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04562 is #4FBA9D. Grayscale: #686868. Windows color (decimal): -5225118 or 6440368. OLE color: 6440368.

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

Color convert

RGB 176 69 98 -
CMYK 0 0.61 0.44 0.31
HSL 343.74º 0.44% 0.48% -
HSV(B) 343.74º 0.61% 0.69% -
XYZ 22.24 14.37 13.16 -
YUV 104.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 176 69 98 0 0.61 0.44 0.31 343.74 0.44 0.48
Hex B0 45 62 0 3D 2C 1F 158 2C 30
Octal 260 105 142 0 75 54 37 530 54 60
Binary 10110000 1000101 1100010 0 111101 101100 11111 101011000 101100 110000

Color Harmonies of #B04562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04562

Black with #B04562

Text Example


Text Example

White with #B04562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04562; }

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

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

background-color css

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

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

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

border-color css

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

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

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