Html Css Color HEX #B63D65 Rouge

📋 copy color: '#B63D65'

red 182 ◦ green 61 ◦ blue 101

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

Shades of Rouge #B63D65

Tints of Rouge #B63D65

RGB

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

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

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

R = 52.91%
G = 17.73%
B = 29.36%

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

#B63D65 (or 0xB63D65) is known color: Rouge. HEX triplet: B6, 3D and 65. RGB value is (182,61,101). Sum of RGB (Red+Green+Blue) = 182+61+101=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D65 is #49C29A. Grayscale: #656565. Windows color (decimal): -4833947 or 6634934. OLE color: 6634934.

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

Color convert

RGB 182 61 101 -
CMYK 0 0.66 0.45 0.29
HSL 340.17º 0.5% 0.48% -
HSV(B) 340.17º 0.66% 0.71% -
XYZ 23.31 14.22 13.83 -
YUV 101.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 182 61 101 0 0.66 0.45 0.29 340.17 0.5 0.48
Hex B6 3D 65 0 42 2D 1D 154 32 30
Octal 266 75 145 0 102 55 35 524 62 60
Binary 10110110 111101 1100101 0 1000010 101101 11101 101010100 110010 110000

Color Harmonies of #B63D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D65

Black with #B63D65

Text Example


Text Example

White with #B63D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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