Html Css Color HEX #B63D60 Rouge

📋 copy color: '#B63D60'

red 182 ◦ green 61 ◦ blue 96

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

Shades of Rouge #B63D60

Tints of Rouge #B63D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 53.69%
G = 17.99%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B63D60 (or 0xB63D60) is known color: Rouge. HEX triplet: B6, 3D and 60. RGB value is (182,61,96). Sum of RGB (Red+Green+Blue) = 182+61+96=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D60 is #49C29F. Grayscale: #656565. Windows color (decimal): -4833952 or 6307254. OLE color: 6307254.

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

Color convert

RGB 182 61 96 -
CMYK 0 0.66 0.47 0.29
HSL 342.64º 0.5% 0.48% -
HSV(B) 342.64º 0.66% 0.71% -
XYZ 23.07 14.13 12.58 -
YUV 101.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 182 61 96 0 0.66 0.47 0.29 342.64 0.5 0.48
Hex B6 3D 60 0 42 2F 1D 157 32 30
Octal 266 75 140 0 102 57 35 527 62 60
Binary 10110110 111101 1100000 0 1000010 101111 11101 101010111 110010 110000

Color Harmonies of #B63D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D60

Black with #B63D60

Text Example


Text Example

White with #B63D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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