Html Css Color HEX #B63E5E Rouge

📋 copy color: '#B63E5E'

red 182 ◦ green 62 ◦ blue 94

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

Shades of Rouge #B63E5E

Tints of Rouge #B63E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.34%

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 53.85%
G = 18.34%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B63E5E (or 0xB63E5E) is known color: Rouge. HEX triplet: B6, 3E and 5E. RGB value is (182,62,94). Sum of RGB (Red+Green+Blue) = 182+62+94=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63E5E is #49C1A1. Grayscale: #656565. Windows color (decimal): -4833698 or 6176438. OLE color: 6176438.

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

Color convert

RGB 182 62 94 -
CMYK 0 0.66 0.48 0.29
HSL 344º 0.49% 0.48% -
HSV(B) 344º 0.66% 0.71% -
XYZ 23.03 14.2 12.12 -
YUV 101.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 182 62 94 0 0.66 0.48 0.29 344 0.49 0.48
Hex B6 3E 5E 0 42 30 1D 158 31 30
Octal 266 76 136 0 102 60 35 530 61 60
Binary 10110110 111110 1011110 0 1000010 110000 11101 101011000 110001 110000

Color Harmonies of #B63E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E5E

Black with #B63E5E

Text Example


Text Example

White with #B63E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E5E; }

 p { color: rgb(182,62,94); }

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

background-color css

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

 a { background-color: rgb(182,62,94); }

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

border-color css

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

 span { border-color: rgb(182,62,94); }

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