Html Css Color HEX #B63C6B Rouge

📋 copy color: '#B63C6B'

red 182 ◦ green 60 ◦ blue 107

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

Shades of Rouge #B63C6B

Tints of Rouge #B63C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 52.15%
G = 17.19%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B63C6B (or 0xB63C6B) is known color: Rouge. HEX triplet: B6, 3C and 6B. RGB value is (182,60,107). Sum of RGB (Red+Green+Blue) = 182+60+107=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C6B is #49C394. Grayscale: #656565. Windows color (decimal): -4834197 or 7027894. OLE color: 7027894.

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

Color convert

RGB 182 60 107 -
CMYK 0 0.67 0.41 0.29
HSL 336.89º 0.5% 0.47% -
HSV(B) 336.89º 0.67% 0.71% -
XYZ 23.56 14.24 15.42 -
YUV 101.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 182 60 107 0 0.67 0.41 0.29 336.89 0.5 0.47
Hex B6 3C 6B 0 43 29 1D 151 32 2F
Octal 266 74 153 0 103 51 35 521 62 57
Binary 10110110 111100 1101011 0 1000011 101001 11101 101010001 110010 101111

Color Harmonies of #B63C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C6B

Black with #B63C6B

Text Example


Text Example

White with #B63C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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