Html Css Color HEX #B34065 Rouge

📋 copy color: '#B34065'

red 179 ◦ green 64 ◦ blue 101

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

Shades of Rouge #B34065

Tints of Rouge #B34065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.36%

R = 52.03%
G = 18.6%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B34065 (or 0xB34065) is known color: Rouge. HEX triplet: B3, 40 and 65. RGB value is (179,64,101). Sum of RGB (Red+Green+Blue) = 179+64+101=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B34065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34065 is #4CBF9A. Grayscale: #666666. Windows color (decimal): -5029787 or 6635699. OLE color: 6635699.

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

Color convert

RGB 179 64 101 -
CMYK 0 0.64 0.44 0.30
HSL 340.7º 0.47% 0.48% -
HSV(B) 340.7º 0.64% 0.7% -
XYZ 22.77 14.19 13.85 -
YUV 102.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 179 64 101 0 0.64 0.44 0.30 340.7 0.47 0.48
Hex B3 40 65 0 40 2C 1E 155 2F 30
Octal 263 100 145 0 100 54 36 525 57 60
Binary 10110011 1000000 1100101 0 1000000 101100 11110 101010101 101111 110000

Color Harmonies of #B34065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34065

Black with #B34065

Text Example


Text Example

White with #B34065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34065; }

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

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

background-color css

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

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

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

border-color css

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

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

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