Html Css Color HEX #B62E6B Rouge

📋 copy color: '#B62E6B'

red 182 ◦ green 46 ◦ blue 107

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

Shades of Rouge #B62E6B

Tints of Rouge #B62E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 54.33%
G = 13.73%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B62E6B (or 0xB62E6B) is known color: Rouge. HEX triplet: B6, 2E and 6B. RGB value is (182,46,107). Sum of RGB (Red+Green+Blue) = 182+46+107=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62E6B is #49D194. Grayscale: #5D5D5D. Windows color (decimal): -4837781 or 7024310. OLE color: 7024310.

HSL color Cylindrical-coordinate representation of color #B62E6B: hue angle of 333.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62E6B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 46 107 -
CMYK 0 0.75 0.41 0.29
HSL 333.09º 0.6% 0.45% -
HSV(B) 333.09º 0.75% 0.71% -
XYZ 22.92 12.96 15.2 -
YUV 93.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 182 46 107 0 0.75 0.41 0.29 333.09 0.6 0.45
Hex B6 2E 6B 0 4B 29 1D 14D 3C 2D
Octal 266 56 153 0 113 51 35 515 74 55
Binary 10110110 101110 1101011 0 1001011 101001 11101 101001101 111100 101101

Color Harmonies of #B62E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E6B

Black with #B62E6B

Text Example


Text Example

White with #B62E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E6B; }

 p { color: rgb(182,46,107); }

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

background-color css

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

 a { background-color: rgb(182,46,107); }

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

border-color css

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

 span { border-color: rgb(182,46,107); }

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