Html Css Color HEX #B63B66 Rouge

📋 copy color: '#B63B66'

red 182 ◦ green 59 ◦ blue 102

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

Shades of Rouge #B63B66

Tints of Rouge #B63B66

RGB

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

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

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

R = 53.06%
G = 17.2%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B63B66 (or 0xB63B66) is known color: Rouge. HEX triplet: B6, 3B and 66. RGB value is (182,59,102). Sum of RGB (Red+Green+Blue) = 182+59+102=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63B66 is #49C499. Grayscale: #646464. Windows color (decimal): -4834458 or 6699958. OLE color: 6699958.

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

Color convert

RGB 182 59 102 -
CMYK 0 0.68 0.44 0.29
HSL 339.02º 0.51% 0.47% -
HSV(B) 339.02º 0.68% 0.71% -
XYZ 23.25 14.03 14.05 -
YUV 100.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 182 59 102 0 0.68 0.44 0.29 339.02 0.51 0.47
Hex B6 3B 66 0 44 2C 1D 153 33 2F
Octal 266 73 146 0 104 54 35 523 63 57
Binary 10110110 111011 1100110 0 1000100 101100 11101 101010011 110011 101111

Color Harmonies of #B63B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B66

Black with #B63B66

Text Example


Text Example

White with #B63B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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