Html Css Color HEX #B34362 Rouge

📋 copy color: '#B34362'

red 179 ◦ green 67 ◦ blue 98

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

Shades of Rouge #B34362

Tints of Rouge #B34362

RGB

 RED value IS 179 (70.31% from 255) = 52.03%

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

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

R = 52.03%
G = 19.48%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B34362 (or 0xB34362) is known color: Rouge. HEX triplet: B3, 43 and 62. RGB value is (179,67,98). Sum of RGB (Red+Green+Blue) = 179+67+98=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B34362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34362 is #4CBC9D. Grayscale: #686868. Windows color (decimal): -5029022 or 6439859. OLE color: 6439859.

HSL color Cylindrical-coordinate representation of color #B34362: hue angle of 343.39º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34362 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 67 98 -
CMYK 0 0.63 0.45 0.30
HSL 343.39º 0.46% 0.48% -
HSV(B) 343.39º 0.63% 0.7% -
XYZ 22.8 14.48 13.15 -
YUV 104.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 179 67 98 0 0.63 0.45 0.30 343.39 0.46 0.48
Hex B3 43 62 0 3F 2D 1E 157 2E 30
Octal 263 103 142 0 77 55 36 527 56 60
Binary 10110011 1000011 1100010 0 111111 101101 11110 101010111 101110 110000

Color Harmonies of #B34362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34362

Black with #B34362

Text Example


Text Example

White with #B34362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34362; }

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

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

background-color css

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

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

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

border-color css

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

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

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