Html Css Color HEX #B34268 Rouge

📋 copy color: '#B34268'

red 179 ◦ green 66 ◦ blue 104

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

Shades of Rouge #B34268

Tints of Rouge #B34268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 51.29%
G = 18.91%
B = 29.8%

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

#B34268 (or 0xB34268) is known color: Rouge. HEX triplet: B3, 42 and 68. RGB value is (179,66,104). Sum of RGB (Red+Green+Blue) = 179+66+104=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B34268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34268 is #4CBD97. Grayscale: #686868. Windows color (decimal): -5029272 or 6832819. OLE color: 6832819.

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

Color convert

RGB 179 66 104 -
CMYK 0 0.63 0.42 0.30
HSL 339.82º 0.46% 0.48% -
HSV(B) 339.82º 0.63% 0.7% -
XYZ 23.04 14.48 14.68 -
YUV 104.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 179 66 104 0 0.63 0.42 0.30 339.82 0.46 0.48
Hex B3 42 68 0 3F 2A 1E 154 2E 30
Octal 263 102 150 0 77 52 36 524 56 60
Binary 10110011 1000010 1101000 0 111111 101010 11110 101010100 101110 110000

Color Harmonies of #B34268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34268

Black with #B34268

Text Example


Text Example

White with #B34268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34268; }

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

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

background-color css

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

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

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

border-color css

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

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

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