Html Css Color HEX #B63865 Rouge

📋 copy color: '#B63865'

red 182 ◦ green 56 ◦ blue 101

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

Shades of Rouge #B63865

Tints of Rouge #B63865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.52%

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

R = 53.69%
G = 16.52%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B63865 (or 0xB63865) is known color: Rouge. HEX triplet: B6, 38 and 65. RGB value is (182,56,101). Sum of RGB (Red+Green+Blue) = 182+56+101=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B63865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63865 is #49C79A. Grayscale: #626262. Windows color (decimal): -4835227 or 6633654. OLE color: 6633654.

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

Color convert

RGB 182 56 101 -
CMYK 0 0.69 0.45 0.29
HSL 338.57º 0.53% 0.47% -
HSV(B) 338.57º 0.69% 0.71% -
XYZ 23.05 13.71 13.74 -
YUV 98.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 182 56 101 0 0.69 0.45 0.29 338.57 0.53 0.47
Hex B6 38 65 0 45 2D 1D 153 35 2F
Octal 266 70 145 0 105 55 35 523 65 57
Binary 10110110 111000 1100101 0 1000101 101101 11101 101010011 110101 101111

Color Harmonies of #B63865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63865

Black with #B63865

Text Example


Text Example

White with #B63865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63865; }

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

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

background-color css

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

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

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

border-color css

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

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

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