Html Css Color HEX #B63A6C Rouge

📋 copy color: '#B63A6C'

red 182 ◦ green 58 ◦ blue 108

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

Shades of Rouge #B63A6C

Tints of Rouge #B63A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 52.3%
G = 16.67%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B63A6C (or 0xB63A6C) is known color: Rouge. HEX triplet: B6, 3A and 6C. RGB value is (182,58,108). Sum of RGB (Red+Green+Blue) = 182+58+108=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63A6C is #49C593. Grayscale: #646464. Windows color (decimal): -4834708 or 7092918. OLE color: 7092918.

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

Color convert

RGB 182 58 108 -
CMYK 0 0.68 0.41 0.29
HSL 335.81º 0.52% 0.47% -
HSV(B) 335.81º 0.68% 0.71% -
XYZ 23.51 14.05 15.66 -
YUV 100.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 182 58 108 0 0.68 0.41 0.29 335.81 0.52 0.47
Hex B6 3A 6C 0 44 29 1D 150 34 2F
Octal 266 72 154 0 104 51 35 520 64 57
Binary 10110110 111010 1101100 0 1000100 101001 11101 101010000 110100 101111

Color Harmonies of #B63A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A6C

Black with #B63A6C

Text Example


Text Example

White with #B63A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A6C; }

 p { color: rgb(182,58,108); }

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

background-color css

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

 a { background-color: rgb(182,58,108); }

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

border-color css

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

 span { border-color: rgb(182,58,108); }

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