Html Css Color HEX #B63266 Rouge

📋 copy color: '#B63266'

red 182 ◦ green 50 ◦ blue 102

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

Shades of Rouge #B63266

Tints of Rouge #B63266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 54.49%
G = 14.97%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B63266 (or 0xB63266) is known color: Rouge. HEX triplet: B6, 32 and 66. RGB value is (182,50,102). Sum of RGB (Red+Green+Blue) = 182+50+102=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B63266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63266 is #49CD99. Grayscale: #5F5F5F. Windows color (decimal): -4836762 or 6697654. OLE color: 6697654.

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

Color convert

RGB 182 50 102 -
CMYK 0 0.73 0.44 0.29
HSL 336.36º 0.57% 0.45% -
HSV(B) 336.36º 0.73% 0.71% -
XYZ 22.83 13.19 13.91 -
YUV 95.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 182 50 102 0 0.73 0.44 0.29 336.36 0.57 0.45
Hex B6 32 66 0 49 2C 1D 150 39 2D
Octal 266 62 146 0 111 54 35 520 71 55
Binary 10110110 110010 1100110 0 1001001 101100 11101 101010000 111001 101101

Color Harmonies of #B63266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63266

Black with #B63266

Text Example


Text Example

White with #B63266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63266; }

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

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

background-color css

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

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

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

border-color css

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

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

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