Html Css Color HEX #B63265 Rouge

📋 copy color: '#B63265'

red 182 ◦ green 50 ◦ blue 101

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

Shades of Rouge #B63265

Tints of Rouge #B63265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

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

R = 54.65%
G = 15.02%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B63265 (or 0xB63265) is known color: Rouge. HEX triplet: B6, 32 and 65. RGB value is (182,50,101). Sum of RGB (Red+Green+Blue) = 182+50+101=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B63265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63265 is #49CD9A. Grayscale: #5F5F5F. Windows color (decimal): -4836763 or 6632118. OLE color: 6632118.

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

Color convert

RGB 182 50 101 -
CMYK 0 0.73 0.45 0.29
HSL 336.82º 0.57% 0.45% -
HSV(B) 336.82º 0.73% 0.71% -
XYZ 22.78 13.17 13.65 -
YUV 95.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 182 50 101 0 0.73 0.45 0.29 336.82 0.57 0.45
Hex B6 32 65 0 49 2D 1D 151 39 2D
Octal 266 62 145 0 111 55 35 521 71 55
Binary 10110110 110010 1100101 0 1001001 101101 11101 101010001 111001 101101

Color Harmonies of #B63265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63265

Black with #B63265

Text Example


Text Example

White with #B63265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63265; }

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

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

background-color css

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

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

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

border-color css

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

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

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