Html Css Color HEX #B62568 Rouge

📋 copy color: '#B62568'

red 182 ◦ green 37 ◦ blue 104

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

Shades of Rouge #B62568

Tints of Rouge #B62568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 56.35%
G = 11.46%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B62568 (or 0xB62568) is known color: Rouge. HEX triplet: B6, 25 and 68. RGB value is (182,37,104). Sum of RGB (Red+Green+Blue) = 182+37+104=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B62568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62568 is #49DA97. Grayscale: #575757. Windows color (decimal): -4840088 or 6825398. OLE color: 6825398.

HSL color Cylindrical-coordinate representation of color #B62568: hue angle of 332.28º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62568 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 37 104 -
CMYK 0 0.80 0.43 0.29
HSL 332.28º 0.66% 0.43% -
HSV(B) 332.28º 0.8% 0.71% -
XYZ 22.45 12.27 14.28 -
YUV 87.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 182 37 104 0 0.80 0.43 0.29 332.28 0.66 0.43
Hex B6 25 68 0 50 2B 1D 14C 42 2B
Octal 266 45 150 0 120 53 35 514 102 53
Binary 10110110 100101 1101000 0 1010000 101011 11101 101001100 1000010 101011

Color Harmonies of #B62568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62568

Black with #B62568

Text Example


Text Example

White with #B62568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62568; }

 p { color: rgb(182,37,104); }

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

background-color css

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

 a { background-color: rgb(182,37,104); }

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

border-color css

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

 span { border-color: rgb(182,37,104); }

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