Html Css Color HEX #B52868 Rouge

📋 copy color: '#B52868'

red 181 ◦ green 40 ◦ blue 104

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

Shades of Rouge #B52868

Tints of Rouge #B52868

RGB

 RED value IS 181 (71.09% from 255) = 55.69%

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

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

R = 55.69%
G = 12.31%
B = 32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B52868 (or 0xB52868) is known color: Rouge. HEX triplet: B5, 28 and 68. RGB value is (181,40,104). Sum of RGB (Red+Green+Blue) = 181+40+104=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B52868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52868 is #4AD797. Grayscale: #595959. Windows color (decimal): -4904856 or 6826165. OLE color: 6826165.

HSL color Cylindrical-coordinate representation of color #B52868: hue angle of 332.77º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52868 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 40 104 -
CMYK 0 0.78 0.43 0.29
HSL 332.77º 0.64% 0.43% -
HSV(B) 332.77º 0.78% 0.71% -
XYZ 22.31 12.34 14.3 -
YUV 89.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 181 40 104 0 0.78 0.43 0.29 332.77 0.64 0.43
Hex B5 28 68 0 4E 2B 1D 14D 40 2B
Octal 265 50 150 0 116 53 35 515 100 53
Binary 10110101 101000 1101000 0 1001110 101011 11101 101001101 1000000 101011

Color Harmonies of #B52868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52868

Black with #B52868

Text Example


Text Example

White with #B52868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52868; }

 p { color: rgb(181,40,104); }

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

background-color css

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

 a { background-color: rgb(181,40,104); }

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

border-color css

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

 span { border-color: rgb(181,40,104); }

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