Html Css Color HEX #B34062 Rouge

📋 copy color: '#B34062'

red 179 ◦ green 64 ◦ blue 98

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

Shades of Rouge #B34062

Tints of Rouge #B34062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.77%

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

R = 52.49%
G = 18.77%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B34062 (or 0xB34062) is known color: Rouge. HEX triplet: B3, 40 and 62. RGB value is (179,64,98). Sum of RGB (Red+Green+Blue) = 179+64+98=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B34062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34062 is #4CBF9D. Grayscale: #666666. Windows color (decimal): -5029790 or 6439091. OLE color: 6439091.

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

Color convert

RGB 179 64 98 -
CMYK 0 0.64 0.45 0.30
HSL 342.26º 0.47% 0.48% -
HSV(B) 342.26º 0.64% 0.7% -
XYZ 22.63 14.13 13.09 -
YUV 102.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 179 64 98 0 0.64 0.45 0.30 342.26 0.47 0.48
Hex B3 40 62 0 40 2D 1E 156 2F 30
Octal 263 100 142 0 100 55 36 526 57 60
Binary 10110011 1000000 1100010 0 1000000 101101 11110 101010110 101111 110000

Color Harmonies of #B34062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34062

Black with #B34062

Text Example


Text Example

White with #B34062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34062; }

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

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

background-color css

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

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

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

border-color css

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

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

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