Html Css Color HEX #B63C5E Rouge

📋 copy color: '#B63C5E'

red 182 ◦ green 60 ◦ blue 94

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

Shades of Rouge #B63C5E

Tints of Rouge #B63C5E

RGB

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

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

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

R = 54.17%
G = 17.86%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B63C5E (or 0xB63C5E) is known color: Rouge. HEX triplet: B6, 3C and 5E. RGB value is (182,60,94). Sum of RGB (Red+Green+Blue) = 182+60+94=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C5E is #49C3A1. Grayscale: #646464. Windows color (decimal): -4834210 or 6175926. OLE color: 6175926.

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

Color convert

RGB 182 60 94 -
CMYK 0 0.67 0.48 0.29
HSL 343.28º 0.5% 0.47% -
HSV(B) 343.28º 0.67% 0.71% -
XYZ 22.93 13.98 12.08 -
YUV 100.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 182 60 94 0 0.67 0.48 0.29 343.28 0.5 0.47
Hex B6 3C 5E 0 43 30 1D 157 32 2F
Octal 266 74 136 0 103 60 35 527 62 57
Binary 10110110 111100 1011110 0 1000011 110000 11101 101010111 110010 101111

Color Harmonies of #B63C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C5E

Black with #B63C5E

Text Example


Text Example

White with #B63C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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