Html Css Color HEX #B62B60 Rouge

📋 copy color: '#B62B60'

red 182 ◦ green 43 ◦ blue 96

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

Shades of Rouge #B62B60

Tints of Rouge #B62B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 56.7%
G = 13.4%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B62B60 (or 0xB62B60) is known color: Rouge. HEX triplet: B6, 2B and 60. RGB value is (182,43,96). Sum of RGB (Red+Green+Blue) = 182+43+96=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62B60 is #49D49F. Grayscale: #5A5A5A. Windows color (decimal): -4838560 or 6302646. OLE color: 6302646.

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

Color convert

RGB 182 43 96 -
CMYK 0 0.76 0.47 0.29
HSL 337.12º 0.62% 0.44% -
HSV(B) 337.12º 0.76% 0.71% -
XYZ 22.27 12.52 12.31 -
YUV 90.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 182 43 96 0 0.76 0.47 0.29 337.12 0.62 0.44
Hex B6 2B 60 0 4C 2F 1D 151 3E 2C
Octal 266 53 140 0 114 57 35 521 76 54
Binary 10110110 101011 1100000 0 1001100 101111 11101 101010001 111110 101100

Color Harmonies of #B62B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62B60

Black with #B62B60

Text Example


Text Example

White with #B62B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62B60; }

 p { color: rgb(182,43,96); }

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

background-color css

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

 a { background-color: rgb(182,43,96); }

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

border-color css

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

 span { border-color: rgb(182,43,96); }

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