Html Css Color HEX #B53C6B Rouge

📋 copy color: '#B53C6B'

red 181 ◦ green 60 ◦ blue 107

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

Shades of Rouge #B53C6B

Tints of Rouge #B53C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 52.01%
G = 17.24%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B53C6B (or 0xB53C6B) is known color: Rouge. HEX triplet: B5, 3C and 6B. RGB value is (181,60,107). Sum of RGB (Red+Green+Blue) = 181+60+107=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C6B is #4AC394. Grayscale: #656565. Windows color (decimal): -4899733 or 7027893. OLE color: 7027893.

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

Color convert

RGB 181 60 107 -
CMYK 0 0.67 0.41 0.29
HSL 336.69º 0.5% 0.47% -
HSV(B) 336.69º 0.67% 0.71% -
XYZ 23.33 14.12 15.41 -
YUV 101.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 181 60 107 0 0.67 0.41 0.29 336.69 0.5 0.47
Hex B5 3C 6B 0 43 29 1D 151 32 2F
Octal 265 74 153 0 103 51 35 521 62 57
Binary 10110101 111100 1101011 0 1000011 101001 11101 101010001 110010 101111

Color Harmonies of #B53C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C6B

Black with #B53C6B

Text Example


Text Example

White with #B53C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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