Html Css Color HEX #B34165 Rouge

📋 copy color: '#B34165'

red 179 ◦ green 65 ◦ blue 101

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

Shades of Rouge #B34165

Tints of Rouge #B34165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.84%

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

R = 51.88%
G = 18.84%
B = 29.28%

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

#B34165 (or 0xB34165) is known color: Rouge. HEX triplet: B3, 41 and 65. RGB value is (179,65,101). Sum of RGB (Red+Green+Blue) = 179+65+101=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B34165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34165 is #4CBE9A. Grayscale: #676767. Windows color (decimal): -5029531 or 6635955. OLE color: 6635955.

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

Color convert

RGB 179 65 101 -
CMYK 0 0.64 0.44 0.30
HSL 341.05º 0.47% 0.48% -
HSV(B) 341.05º 0.64% 0.7% -
XYZ 22.83 14.3 13.87 -
YUV 103.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 179 65 101 0 0.64 0.44 0.30 341.05 0.47 0.48
Hex B3 41 65 0 40 2C 1E 155 2F 30
Octal 263 101 145 0 100 54 36 525 57 60
Binary 10110011 1000001 1100101 0 1000000 101100 11110 101010101 101111 110000

Color Harmonies of #B34165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34165

Black with #B34165

Text Example


Text Example

White with #B34165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34165; }

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

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

background-color css

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

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

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

border-color css

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

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

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