Html Css Color HEX #B53C68 Rouge

📋 copy color: '#B53C68'

red 181 ◦ green 60 ◦ blue 104

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

Shades of Rouge #B53C68

Tints of Rouge #B53C68

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

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

R = 52.46%
G = 17.39%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B53C68 (or 0xB53C68) is known color: Rouge. HEX triplet: B5, 3C and 68. RGB value is (181,60,104). Sum of RGB (Red+Green+Blue) = 181+60+104=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C68 is #4AC397. Grayscale: #656565. Windows color (decimal): -4899736 or 6831285. OLE color: 6831285.

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

Color convert

RGB 181 60 104 -
CMYK 0 0.67 0.43 0.29
HSL 338.18º 0.5% 0.47% -
HSV(B) 338.18º 0.67% 0.71% -
XYZ 23.17 14.05 14.59 -
YUV 101.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 181 60 104 0 0.67 0.43 0.29 338.18 0.5 0.47
Hex B5 3C 68 0 43 2B 1D 152 32 2F
Octal 265 74 150 0 103 53 35 522 62 57
Binary 10110101 111100 1101000 0 1000011 101011 11101 101010010 110010 101111

Color Harmonies of #B53C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C68

Black with #B53C68

Text Example


Text Example

White with #B53C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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