Html Css Color HEX #B63569 Rouge

📋 copy color: '#B63569'

red 182 ◦ green 53 ◦ blue 105

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

Shades of Rouge #B63569

Tints of Rouge #B63569

RGB

 RED value IS 182 (71.48% from 255) = 53.53%

 GREEN value IS 53 (21.09% from 255) = 15.59%

 BLUE value IS 105 (41.41% from 255) = 30.88%

R = 53.53%
G = 15.59%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B63569 (or 0xB63569) is known color: Rouge. HEX triplet: B6, 35 and 69. RGB value is (182,53,105). Sum of RGB (Red+Green+Blue) = 182+53+105=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B63569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63569 is #49CA96. Grayscale: #616161. Windows color (decimal): -4835991 or 6895030. OLE color: 6895030.

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

Color convert

RGB 182 53 105 -
CMYK 0 0.71 0.42 0.29
HSL 335.81º 0.55% 0.46% -
HSV(B) 335.81º 0.71% 0.71% -
XYZ 23.11 13.51 14.75 -
YUV 97.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 182 53 105 0 0.71 0.42 0.29 335.81 0.55 0.46
Hex B6 35 69 0 47 2A 1D 150 37 2E
Octal 266 65 151 0 107 52 35 520 67 56
Binary 10110110 110101 1101001 0 1000111 101010 11101 101010000 110111 101110

Color Harmonies of #B63569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63569

Black with #B63569

Text Example


Text Example

White with #B63569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63569; }

 p { color: rgb(182,53,105); }

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

background-color css

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

 a { background-color: rgb(182,53,105); }

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

border-color css

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

 span { border-color: rgb(182,53,105); }

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