Html Css Color HEX #B53A68 Rouge

📋 copy color: '#B53A68'

red 181 ◦ green 58 ◦ blue 104

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

Shades of Rouge #B53A68

Tints of Rouge #B53A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.91%

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

R = 52.77%
G = 16.91%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B53A68 (or 0xB53A68) is known color: Rouge. HEX triplet: B5, 3A and 68. RGB value is (181,58,104). Sum of RGB (Red+Green+Blue) = 181+58+104=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A68 is #4AC597. Grayscale: #636363. Windows color (decimal): -4900248 or 6830773. OLE color: 6830773.

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

Color convert

RGB 181 58 104 -
CMYK 0 0.68 0.43 0.29
HSL 337.56º 0.51% 0.47% -
HSV(B) 337.56º 0.68% 0.71% -
XYZ 23.07 13.85 14.55 -
YUV 100.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 181 58 104 0 0.68 0.43 0.29 337.56 0.51 0.47
Hex B5 3A 68 0 44 2B 1D 152 33 2F
Octal 265 72 150 0 104 53 35 522 63 57
Binary 10110101 111010 1101000 0 1000100 101011 11101 101010010 110011 101111

Color Harmonies of #B53A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A68

Black with #B53A68

Text Example


Text Example

White with #B53A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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