Html Css Color HEX #B63C6A Rouge

📋 copy color: '#B63C6A'

red 182 ◦ green 60 ◦ blue 106

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

Shades of Rouge #B63C6A

Tints of Rouge #B63C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 52.3%
G = 17.24%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B63C6A (or 0xB63C6A) is known color: Rouge. HEX triplet: B6, 3C and 6A. RGB value is (182,60,106). Sum of RGB (Red+Green+Blue) = 182+60+106=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C6A is #49C395. Grayscale: #656565. Windows color (decimal): -4834198 or 6962358. OLE color: 6962358.

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

Color convert

RGB 182 60 106 -
CMYK 0 0.67 0.42 0.29
HSL 337.38º 0.5% 0.47% -
HSV(B) 337.38º 0.67% 0.71% -
XYZ 23.51 14.22 15.14 -
YUV 101.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 182 60 106 0 0.67 0.42 0.29 337.38 0.5 0.47
Hex B6 3C 6A 0 43 2A 1D 151 32 2F
Octal 266 74 152 0 103 52 35 521 62 57
Binary 10110110 111100 1101010 0 1000011 101010 11101 101010001 110010 101111

Color Harmonies of #B63C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C6A

Black with #B63C6A

Text Example


Text Example

White with #B63C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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