Html Css Color HEX #B34465 Rouge

📋 copy color: '#B34465'

red 179 ◦ green 68 ◦ blue 101

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

Shades of Rouge #B34465

Tints of Rouge #B34465

RGB

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

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

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

R = 51.44%
G = 19.54%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B34465 (or 0xB34465) is known color: Rouge. HEX triplet: B3, 44 and 65. RGB value is (179,68,101). Sum of RGB (Red+Green+Blue) = 179+68+101=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B34465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34465 is #4CBB9A. Grayscale: #686868. Windows color (decimal): -5028763 or 6636723. OLE color: 6636723.

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

Color convert

RGB 179 68 101 -
CMYK 0 0.62 0.44 0.30
HSL 342.16º 0.45% 0.48% -
HSV(B) 342.16º 0.62% 0.7% -
XYZ 23.01 14.66 13.93 -
YUV 104.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 179 68 101 0 0.62 0.44 0.30 342.16 0.45 0.48
Hex B3 44 65 0 3E 2C 1E 156 2D 30
Octal 263 104 145 0 76 54 36 526 55 60
Binary 10110011 1000100 1100101 0 111110 101100 11110 101010110 101101 110000

Color Harmonies of #B34465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34465

Black with #B34465

Text Example


Text Example

White with #B34465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34465; }

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

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

background-color css

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

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

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

border-color css

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

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

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