Html Css Color HEX #B34367 Rouge

📋 copy color: '#B34367'

red 179 ◦ green 67 ◦ blue 103

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

Shades of Rouge #B34367

Tints of Rouge #B34367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

 BLUE value IS 103 (40.63% from 255) = 29.51%

R = 51.29%
G = 19.2%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B34367 (or 0xB34367) is known color: Rouge. HEX triplet: B3, 43 and 67. RGB value is (179,67,103). Sum of RGB (Red+Green+Blue) = 179+67+103=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B34367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34367 is #4CBC98. Grayscale: #686868. Windows color (decimal): -5029017 or 6767539. OLE color: 6767539.

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

Color convert

RGB 179 67 103 -
CMYK 0 0.63 0.42 0.30
HSL 340.71º 0.46% 0.48% -
HSV(B) 340.71º 0.63% 0.7% -
XYZ 23.05 14.58 14.43 -
YUV 104.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 179 67 103 0 0.63 0.42 0.30 340.71 0.46 0.48
Hex B3 43 67 0 3F 2A 1E 155 2E 30
Octal 263 103 147 0 77 52 36 525 56 60
Binary 10110011 1000011 1100111 0 111111 101010 11110 101010101 101110 110000

Color Harmonies of #B34367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34367

Black with #B34367

Text Example


Text Example

White with #B34367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34367; }

 p { color: rgb(179,67,103); }

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

background-color css

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

 a { background-color: rgb(179,67,103); }

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

border-color css

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

 span { border-color: rgb(179,67,103); }

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