Html Css Color HEX #B53B66 Rouge

📋 copy color: '#B53B66'

red 181 ◦ green 59 ◦ blue 102

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

Shades of Rouge #B53B66

Tints of Rouge #B53B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.25%

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 52.92%
G = 17.25%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B53B66 (or 0xB53B66) is known color: Rouge. HEX triplet: B5, 3B and 66. RGB value is (181,59,102). Sum of RGB (Red+Green+Blue) = 181+59+102=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B66 is #4AC499. Grayscale: #646464. Windows color (decimal): -4899994 or 6699957. OLE color: 6699957.

HSL color Cylindrical-coordinate representation of color #B53B66: hue angle of 338.85º degrees, saturation: 0.51, 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 #B53B66 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 59 102 -
CMYK 0 0.67 0.44 0.29
HSL 338.85º 0.51% 0.47% -
HSV(B) 338.85º 0.67% 0.71% -
XYZ 23.02 13.91 14.04 -
YUV 100.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 181 59 102 0 0.67 0.44 0.29 338.85 0.51 0.47
Hex B5 3B 66 0 43 2C 1D 153 33 2F
Octal 265 73 146 0 103 54 35 523 63 57
Binary 10110101 111011 1100110 0 1000011 101100 11101 101010011 110011 101111

Color Harmonies of #B53B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53B66

Black with #B53B66

Text Example


Text Example

White with #B53B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53B66; }

 p { color: rgb(181,59,102); }

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

background-color css

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

 a { background-color: rgb(181,59,102); }

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

border-color css

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

 span { border-color: rgb(181,59,102); }

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