Html Css Color HEX #B63A5A Rouge

📋 copy color: '#B63A5A'

red 182 ◦ green 58 ◦ blue 90

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

Shades of Rouge #B63A5A

Tints of Rouge #B63A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 55.15%
G = 17.58%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B63A5A (or 0xB63A5A) is known color: Rouge. HEX triplet: B6, 3A and 5A. RGB value is (182,58,90). Sum of RGB (Red+Green+Blue) = 182+58+90=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63A5A is #49C5A5. Grayscale: #626262. Windows color (decimal): -4834726 or 5913270. OLE color: 5913270.

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

Color convert

RGB 182 58 90 -
CMYK 0 0.68 0.51 0.29
HSL 344.52º 0.52% 0.47% -
HSV(B) 344.52º 0.68% 0.71% -
XYZ 22.65 13.71 11.13 -
YUV 98.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 182 58 90 0 0.68 0.51 0.29 344.52 0.52 0.47
Hex B6 3A 5A 0 44 33 1D 159 34 2F
Octal 266 72 132 0 104 63 35 531 64 57
Binary 10110110 111010 1011010 0 1000100 110011 11101 101011001 110100 101111

Color Harmonies of #B63A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A5A

Black with #B63A5A

Text Example


Text Example

White with #B63A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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