Html Css Color HEX #B63D64 Rouge

📋 copy color: '#B63D64'

red 182 ◦ green 61 ◦ blue 100

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

Shades of Rouge #B63D64

Tints of Rouge #B63D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 53.06%
G = 17.78%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B63D64 (or 0xB63D64) is known color: Rouge. HEX triplet: B6, 3D and 64. RGB value is (182,61,100). Sum of RGB (Red+Green+Blue) = 182+61+100=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D64 is #49C29B. Grayscale: #656565. Windows color (decimal): -4833948 or 6569398. OLE color: 6569398.

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

Color convert

RGB 182 61 100 -
CMYK 0 0.66 0.45 0.29
HSL 340.66º 0.5% 0.48% -
HSV(B) 340.66º 0.66% 0.71% -
XYZ 23.26 14.2 13.57 -
YUV 101.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 182 61 100 0 0.66 0.45 0.29 340.66 0.5 0.48
Hex B6 3D 64 0 42 2D 1D 155 32 30
Octal 266 75 144 0 102 55 35 525 62 60
Binary 10110110 111101 1100100 0 1000010 101101 11101 101010101 110010 110000

Color Harmonies of #B63D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D64

Black with #B63D64

Text Example


Text Example

White with #B63D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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