Html Css Color HEX #B63C69 Rouge

📋 copy color: '#B63C69'

red 182 ◦ green 60 ◦ blue 105

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

Shades of Rouge #B63C69

Tints of Rouge #B63C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 52.45%
G = 17.29%
B = 30.26%

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

#B63C69 (or 0xB63C69) is known color: Rouge. HEX triplet: B6, 3C and 69. RGB value is (182,60,105). Sum of RGB (Red+Green+Blue) = 182+60+105=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C69 is #49C396. Grayscale: #656565. Windows color (decimal): -4834199 or 6896822. OLE color: 6896822.

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

Color convert

RGB 182 60 105 -
CMYK 0 0.67 0.42 0.29
HSL 337.87º 0.5% 0.47% -
HSV(B) 337.87º 0.67% 0.71% -
XYZ 23.46 14.2 14.87 -
YUV 101.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 182 60 105 0 0.67 0.42 0.29 337.87 0.5 0.47
Hex B6 3C 69 0 43 2A 1D 152 32 2F
Octal 266 74 151 0 103 52 35 522 62 57
Binary 10110110 111100 1101001 0 1000011 101010 11101 101010010 110010 101111

Color Harmonies of #B63C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C69

Black with #B63C69

Text Example


Text Example

White with #B63C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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