Html Css Color HEX #B62C65 Rouge

📋 copy color: '#B62C65'

red 182 ◦ green 44 ◦ blue 101

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

Shades of Rouge #B62C65

Tints of Rouge #B62C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.46%

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 55.66%
G = 13.46%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B62C65 (or 0xB62C65) is known color: Rouge. HEX triplet: B6, 2C and 65. RGB value is (182,44,101). Sum of RGB (Red+Green+Blue) = 182+44+101=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62C65 is #49D39A. Grayscale: #5B5B5B. Windows color (decimal): -4838299 or 6630582. OLE color: 6630582.

HSL color Cylindrical-coordinate representation of color #B62C65: hue angle of 335.22º degrees, saturation: 0.61, 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 #B62C65 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 44 101 -
CMYK 0 0.76 0.45 0.29
HSL 335.22º 0.61% 0.44% -
HSV(B) 335.22º 0.76% 0.71% -
XYZ 22.54 12.69 13.57 -
YUV 91.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 182 44 101 0 0.76 0.45 0.29 335.22 0.61 0.44
Hex B6 2C 65 0 4C 2D 1D 14F 3D 2C
Octal 266 54 145 0 114 55 35 517 75 54
Binary 10110110 101100 1100101 0 1001100 101101 11101 101001111 111101 101100

Color Harmonies of #B62C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62C65

Black with #B62C65

Text Example


Text Example

White with #B62C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62C65; }

 p { color: rgb(182,44,101); }

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

background-color css

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

 a { background-color: rgb(182,44,101); }

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

border-color css

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

 span { border-color: rgb(182,44,101); }

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