Html Css Color HEX #B63E6B Rouge

📋 copy color: '#B63E6B'

red 182 ◦ green 62 ◦ blue 107

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

Shades of Rouge #B63E6B

Tints of Rouge #B63E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 51.85%
G = 17.66%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B63E6B (or 0xB63E6B) is known color: Rouge. HEX triplet: B6, 3E and 6B. RGB value is (182,62,107). Sum of RGB (Red+Green+Blue) = 182+62+107=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63E6B is #49C194. Grayscale: #666666. Windows color (decimal): -4833685 or 7028406. OLE color: 7028406.

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

Color convert

RGB 182 62 107 -
CMYK 0 0.66 0.41 0.29
HSL 337.5º 0.49% 0.48% -
HSV(B) 337.5º 0.66% 0.71% -
XYZ 23.67 14.45 15.45 -
YUV 103.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 182 62 107 0 0.66 0.41 0.29 337.5 0.49 0.48
Hex B6 3E 6B 0 42 29 1D 152 31 30
Octal 266 76 153 0 102 51 35 522 61 60
Binary 10110110 111110 1101011 0 1000010 101001 11101 101010010 110001 110000

Color Harmonies of #B63E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E6B

Black with #B63E6B

Text Example


Text Example

White with #B63E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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