Html Css Color HEX #B04362 Rouge

📋 copy color: '#B04362'

red 176 ◦ green 67 ◦ blue 98

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

Shades of Rouge #B04362

Tints of Rouge #B04362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

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

R = 51.61%
G = 19.65%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B04362 (or 0xB04362) is known color: Rouge. HEX triplet: B0, 43 and 62. RGB value is (176,67,98). Sum of RGB (Red+Green+Blue) = 176+67+98=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B04362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04362 is #4FBC9D. Grayscale: #676767. Windows color (decimal): -5225630 or 6439856. OLE color: 6439856.

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

Color convert

RGB 176 67 98 -
CMYK 0 0.62 0.44 0.31
HSL 342.94º 0.45% 0.48% -
HSV(B) 342.94º 0.62% 0.69% -
XYZ 22.12 14.13 13.12 -
YUV 103.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 176 67 98 0 0.62 0.44 0.31 342.94 0.45 0.48
Hex B0 43 62 0 3E 2C 1F 157 2D 30
Octal 260 103 142 0 76 54 37 527 55 60
Binary 10110000 1000011 1100010 0 111110 101100 11111 101010111 101101 110000

Color Harmonies of #B04362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04362

Black with #B04362

Text Example


Text Example

White with #B04362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04362; }

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

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

background-color css

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

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

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

border-color css

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

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

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