Html Css Color HEX #B62863 Rouge

📋 copy color: '#B62863'

red 182 ◦ green 40 ◦ blue 99

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

Shades of Rouge #B62863

Tints of Rouge #B62863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 56.7%
G = 12.46%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B62863 (or 0xB62863) is known color: Rouge. HEX triplet: B6, 28 and 63. RGB value is (182,40,99). Sum of RGB (Red+Green+Blue) = 182+40+99=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B62863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62863 is #49D79C. Grayscale: #595959. Windows color (decimal): -4839325 or 6498486. OLE color: 6498486.

HSL color Cylindrical-coordinate representation of color #B62863: hue angle of 335.07º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62863 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 99 -
CMYK 0 0.78 0.46 0.29
HSL 335.07º 0.64% 0.44% -
HSV(B) 335.07º 0.78% 0.71% -
XYZ 22.3 12.36 13.02 -
YUV 89.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 182 40 99 0 0.78 0.46 0.29 335.07 0.64 0.44
Hex B6 28 63 0 4E 2E 1D 14F 40 2C
Octal 266 50 143 0 116 56 35 517 100 54
Binary 10110110 101000 1100011 0 1001110 101110 11101 101001111 1000000 101100

Color Harmonies of #B62863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62863

Black with #B62863

Text Example


Text Example

White with #B62863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62863; }

 p { color: rgb(182,40,99); }

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

background-color css

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

 a { background-color: rgb(182,40,99); }

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

border-color css

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

 span { border-color: rgb(182,40,99); }

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