Html Css Color HEX #B63F66 Rouge

📋 copy color: '#B63F66'

red 182 ◦ green 63 ◦ blue 102

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

Shades of Rouge #B63F66

Tints of Rouge #B63F66

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

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

R = 52.45%
G = 18.16%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B63F66 (or 0xB63F66) is known color: Rouge. HEX triplet: B6, 3F and 66. RGB value is (182,63,102). Sum of RGB (Red+Green+Blue) = 182+63+102=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F66 is #49C099. Grayscale: #666666. Windows color (decimal): -4833434 or 6700982. OLE color: 6700982.

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

Color convert

RGB 182 63 102 -
CMYK 0 0.65 0.44 0.29
HSL 340.34º 0.49% 0.48% -
HSV(B) 340.34º 0.65% 0.71% -
XYZ 23.47 14.46 14.12 -
YUV 103.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 182 63 102 0 0.65 0.44 0.29 340.34 0.49 0.48
Hex B6 3F 66 0 41 2C 1D 154 31 30
Octal 266 77 146 0 101 54 35 524 61 60
Binary 10110110 111111 1100110 0 1000001 101100 11101 101010100 110001 110000

Color Harmonies of #B63F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F66

Black with #B63F66

Text Example


Text Example

White with #B63F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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