Html Css Color HEX #B34063 Rouge

📋 copy color: '#B34063'

red 179 ◦ green 64 ◦ blue 99

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

Shades of Rouge #B34063

Tints of Rouge #B34063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.95%

R = 52.34%
G = 18.71%
B = 28.95%

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

#B34063 (or 0xB34063) is known color: Rouge. HEX triplet: B3, 40 and 63. RGB value is (179,64,99). Sum of RGB (Red+Green+Blue) = 179+64+99=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B34063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34063 is #4CBF9C. Grayscale: #666666. Windows color (decimal): -5029789 or 6504627. OLE color: 6504627.

HSL color Cylindrical-coordinate representation of color #B34063: hue angle of 341.74º 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 #B34063 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 99 -
CMYK 0 0.64 0.45 0.30
HSL 341.74º 0.47% 0.48% -
HSV(B) 341.74º 0.64% 0.7% -
XYZ 22.68 14.15 13.34 -
YUV 102.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 179 64 99 0 0.64 0.45 0.30 341.74 0.47 0.48
Hex B3 40 63 0 40 2D 1E 156 2F 30
Octal 263 100 143 0 100 55 36 526 57 60
Binary 10110011 1000000 1100011 0 1000000 101101 11110 101010110 101111 110000

Color Harmonies of #B34063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34063

Black with #B34063

Text Example


Text Example

White with #B34063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34063; }

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

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

background-color css

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

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

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

border-color css

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

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

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