Html Css Color HEX #B34462 Rouge

📋 copy color: '#B34462'

red 179 ◦ green 68 ◦ blue 98

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

Shades of Rouge #B34462

Tints of Rouge #B34462

RGB

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

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

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

R = 51.88%
G = 19.71%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B34462 (or 0xB34462) is known color: Rouge. HEX triplet: B3, 44 and 62. RGB value is (179,68,98). Sum of RGB (Red+Green+Blue) = 179+68+98=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B34462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34462 is #4CBB9D. Grayscale: #686868. Windows color (decimal): -5028766 or 6440115. OLE color: 6440115.

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

Color convert

RGB 179 68 98 -
CMYK 0 0.62 0.45 0.30
HSL 343.78º 0.45% 0.48% -
HSV(B) 343.78º 0.62% 0.7% -
XYZ 22.86 14.6 13.17 -
YUV 104.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 179 68 98 0 0.62 0.45 0.30 343.78 0.45 0.48
Hex B3 44 62 0 3E 2D 1E 158 2D 30
Octal 263 104 142 0 76 55 36 530 55 60
Binary 10110011 1000100 1100010 0 111110 101101 11110 101011000 101101 110000

Color Harmonies of #B34462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34462

Black with #B34462

Text Example


Text Example

White with #B34462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34462; }

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

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

background-color css

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

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

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

border-color css

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

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

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