Html Css Color HEX #B04462 Rouge

📋 copy color: '#B04462'

red 176 ◦ green 68 ◦ blue 98

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

Shades of Rouge #B04462

Tints of Rouge #B04462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

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

R = 51.46%
G = 19.88%
B = 28.65%

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

#B04462 (or 0xB04462) is known color: Rouge. HEX triplet: B0, 44 and 62. RGB value is (176,68,98). Sum of RGB (Red+Green+Blue) = 176+68+98=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B04462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04462 is #4FBB9D. Grayscale: #676767. Windows color (decimal): -5225374 or 6440112. OLE color: 6440112.

HSL color Cylindrical-coordinate representation of color #B04462: hue angle of 343.33º 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 #B04462 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 98 -
CMYK 0 0.61 0.44 0.31
HSL 343.33º 0.44% 0.48% -
HSV(B) 343.33º 0.61% 0.69% -
XYZ 22.18 14.25 13.14 -
YUV 103.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 176 68 98 0 0.61 0.44 0.31 343.33 0.44 0.48
Hex B0 44 62 0 3D 2C 1F 157 2C 30
Octal 260 104 142 0 75 54 37 527 54 60
Binary 10110000 1000100 1100010 0 111101 101100 11111 101010111 101100 110000

Color Harmonies of #B04462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04462

Black with #B04462

Text Example


Text Example

White with #B04462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04462; }

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

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

background-color css

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

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

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

border-color css

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

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

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