Html Css Color HEX #B63D66 Rouge

📋 copy color: '#B63D66'

red 182 ◦ green 61 ◦ blue 102

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

Shades of Rouge #B63D66

Tints of Rouge #B63D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.68%

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

R = 52.75%
G = 17.68%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B63D66 (or 0xB63D66) is known color: Rouge. HEX triplet: B6, 3D and 66. RGB value is (182,61,102). Sum of RGB (Red+Green+Blue) = 182+61+102=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D66 is #49C299. Grayscale: #656565. Windows color (decimal): -4833946 or 6700470. OLE color: 6700470.

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

Color convert

RGB 182 61 102 -
CMYK 0 0.66 0.44 0.29
HSL 339.67º 0.5% 0.48% -
HSV(B) 339.67º 0.66% 0.71% -
XYZ 23.36 14.24 14.09 -
YUV 101.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 182 61 102 0 0.66 0.44 0.29 339.67 0.5 0.48
Hex B6 3D 66 0 42 2C 1D 154 32 30
Octal 266 75 146 0 102 54 35 524 62 60
Binary 10110110 111101 1100110 0 1000010 101100 11101 101010100 110010 110000

Color Harmonies of #B63D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D66

Black with #B63D66

Text Example


Text Example

White with #B63D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D66; }

 p { color: rgb(182,61,102); }

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

background-color css

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

 a { background-color: rgb(182,61,102); }

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

border-color css

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

 span { border-color: rgb(182,61,102); }

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