Html Css Color HEX #B63C65 Rouge

📋 copy color: '#B63C65'

red 182 ◦ green 60 ◦ blue 101

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

Shades of Rouge #B63C65

Tints of Rouge #B63C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 53.06%
G = 17.49%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B63C65 (or 0xB63C65) is known color: Rouge. HEX triplet: B6, 3C and 65. RGB value is (182,60,101). Sum of RGB (Red+Green+Blue) = 182+60+101=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C65 is #49C39A. Grayscale: #656565. Windows color (decimal): -4834203 or 6634678. OLE color: 6634678.

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

Color convert

RGB 182 60 101 -
CMYK 0 0.67 0.45 0.29
HSL 339.84º 0.5% 0.47% -
HSV(B) 339.84º 0.67% 0.71% -
XYZ 23.26 14.12 13.81 -
YUV 101.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 182 60 101 0 0.67 0.45 0.29 339.84 0.5 0.47
Hex B6 3C 65 0 43 2D 1D 154 32 2F
Octal 266 74 145 0 103 55 35 524 62 57
Binary 10110110 111100 1100101 0 1000011 101101 11101 101010100 110010 101111

Color Harmonies of #B63C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C65

Black with #B63C65

Text Example


Text Example

White with #B63C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C65; }

 p { color: rgb(182,60,101); }

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

background-color css

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

 a { background-color: rgb(182,60,101); }

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

border-color css

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

 span { border-color: rgb(182,60,101); }

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