Html Css Color HEX #B34467 Rouge

📋 copy color: '#B34467'

red 179 ◦ green 68 ◦ blue 103

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

Shades of Rouge #B34467

Tints of Rouge #B34467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

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

R = 51.14%
G = 19.43%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B34467 (or 0xB34467) is known color: Rouge. HEX triplet: B3, 44 and 67. RGB value is (179,68,103). Sum of RGB (Red+Green+Blue) = 179+68+103=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B34467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34467 is #4CBB98. Grayscale: #696969. Windows color (decimal): -5028761 or 6767795. OLE color: 6767795.

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

Color convert

RGB 179 68 103 -
CMYK 0 0.62 0.42 0.30
HSL 341.08º 0.45% 0.48% -
HSV(B) 341.08º 0.62% 0.7% -
XYZ 23.11 14.7 14.45 -
YUV 105.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 179 68 103 0 0.62 0.42 0.30 341.08 0.45 0.48
Hex B3 44 67 0 3E 2A 1E 155 2D 30
Octal 263 104 147 0 76 52 36 525 55 60
Binary 10110011 1000100 1100111 0 111110 101010 11110 101010101 101101 110000

Color Harmonies of #B34467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34467

Black with #B34467

Text Example


Text Example

White with #B34467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34467; }

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

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

background-color css

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

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

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

border-color css

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

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

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