Html Css Color HEX #B34265 Rouge

📋 copy color: '#B34265'

red 179 ◦ green 66 ◦ blue 101

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

Shades of Rouge #B34265

Tints of Rouge #B34265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 51.73%
G = 19.08%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B34265 (or 0xB34265) is known color: Rouge. HEX triplet: B3, 42 and 65. RGB value is (179,66,101). Sum of RGB (Red+Green+Blue) = 179+66+101=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B34265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34265 is #4CBD9A. Grayscale: #676767. Windows color (decimal): -5029275 or 6636211. OLE color: 6636211.

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

Color convert

RGB 179 66 101 -
CMYK 0 0.63 0.44 0.30
HSL 341.42º 0.46% 0.48% -
HSV(B) 341.42º 0.63% 0.7% -
XYZ 22.89 14.42 13.89 -
YUV 103.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 179 66 101 0 0.63 0.44 0.30 341.42 0.46 0.48
Hex B3 42 65 0 3F 2C 1E 155 2E 30
Octal 263 102 145 0 77 54 36 525 56 60
Binary 10110011 1000010 1100101 0 111111 101100 11110 101010101 101110 110000

Color Harmonies of #B34265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34265

Black with #B34265

Text Example


Text Example

White with #B34265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34265; }

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

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

background-color css

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

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

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

border-color css

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

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

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