Html Css Color HEX #B32865 Rouge

📋 copy color: '#B32865'

red 179 ◦ green 40 ◦ blue 101

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

Shades of Rouge #B32865

Tints of Rouge #B32865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

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

R = 55.94%
G = 12.5%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B32865 (or 0xB32865) is known color: Rouge. HEX triplet: B3, 28 and 65. RGB value is (179,40,101). Sum of RGB (Red+Green+Blue) = 179+40+101=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B32865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32865 is #4CD79A. Grayscale: #585858. Windows color (decimal): -5035931 or 6629555. OLE color: 6629555.

HSL color Cylindrical-coordinate representation of color #B32865: hue angle of 333.67º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32865 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 40 101 -
CMYK 0 0.78 0.44 0.30
HSL 333.67º 0.63% 0.43% -
HSV(B) 333.67º 0.78% 0.7% -
XYZ 21.7 12.04 13.49 -
YUV 88.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 179 40 101 0 0.78 0.44 0.30 333.67 0.63 0.43
Hex B3 28 65 0 4E 2C 1E 14E 3F 2B
Octal 263 50 145 0 116 54 36 516 77 53
Binary 10110011 101000 1100101 0 1001110 101100 11110 101001110 111111 101011

Color Harmonies of #B32865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32865

Black with #B32865

Text Example


Text Example

White with #B32865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32865; }

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

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

background-color css

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

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

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

border-color css

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

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

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