Html Css Color HEX #B34469 Rouge

📋 copy color: '#B34469'

red 179 ◦ green 68 ◦ blue 105

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

Shades of Rouge #B34469

Tints of Rouge #B34469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.83%

R = 50.85%
G = 19.32%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B34469 (or 0xB34469) is known color: Rouge. HEX triplet: B3, 44 and 69. RGB value is (179,68,105). Sum of RGB (Red+Green+Blue) = 179+68+105=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B34469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34469 is #4CBB96. Grayscale: #696969. Windows color (decimal): -5028759 or 6898867. OLE color: 6898867.

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

Color convert

RGB 179 68 105 -
CMYK 0 0.62 0.41 0.30
HSL 340º 0.45% 0.48% -
HSV(B) 340º 0.62% 0.7% -
XYZ 23.21 14.74 14.99 -
YUV 105.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 179 68 105 0 0.62 0.41 0.30 340 0.45 0.48
Hex B3 44 69 0 3E 29 1E 154 2D 30
Octal 263 104 151 0 76 51 36 524 55 60
Binary 10110011 1000100 1101001 0 111110 101001 11110 101010100 101101 110000

Color Harmonies of #B34469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34469

Black with #B34469

Text Example


Text Example

White with #B34469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34469; }

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

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

background-color css

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

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

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

border-color css

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

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

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