Html Css Color HEX #B34269 Rouge

📋 copy color: '#B34269'

red 179 ◦ green 66 ◦ blue 105

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

Shades of Rouge #B34269

Tints of Rouge #B34269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 51.14%
G = 18.86%
B = 30%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B34269 (or 0xB34269) is known color: Rouge. HEX triplet: B3, 42 and 69. RGB value is (179,66,105). Sum of RGB (Red+Green+Blue) = 179+66+105=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B34269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34269 is #4CBD96. Grayscale: #686868. Windows color (decimal): -5029271 or 6898355. OLE color: 6898355.

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

Color convert

RGB 179 66 105 -
CMYK 0 0.63 0.41 0.30
HSL 339.29º 0.46% 0.48% -
HSV(B) 339.29º 0.63% 0.7% -
XYZ 23.09 14.5 14.95 -
YUV 104.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 179 66 105 0 0.63 0.41 0.30 339.29 0.46 0.48
Hex B3 42 69 0 3F 29 1E 153 2E 30
Octal 263 102 151 0 77 51 36 523 56 60
Binary 10110011 1000010 1101001 0 111111 101001 11110 101010011 101110 110000

Color Harmonies of #B34269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34269

Black with #B34269

Text Example


Text Example

White with #B34269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34269; }

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

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

background-color css

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

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

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

border-color css

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

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

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