Html Css Color HEX #B62462 Rouge

📋 copy color: '#B62462'

red 182 ◦ green 36 ◦ blue 98

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

Shades of Rouge #B62462

Tints of Rouge #B62462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 57.59%
G = 11.39%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B62462 (or 0xB62462) is known color: Rouge. HEX triplet: B6, 24 and 62. RGB value is (182,36,98). Sum of RGB (Red+Green+Blue) = 182+36+98=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B62462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62462 is #49DB9D. Grayscale: #565656. Windows color (decimal): -4840350 or 6431926. OLE color: 6431926.

HSL color Cylindrical-coordinate representation of color #B62462: hue angle of 334.52º degrees, saturation: 0.67, 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 #B62462 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 98 -
CMYK 0 0.80 0.46 0.29
HSL 334.52º 0.67% 0.43% -
HSV(B) 334.52º 0.8% 0.71% -
XYZ 22.13 12.09 12.72 -
YUV 86.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 182 36 98 0 0.80 0.46 0.29 334.52 0.67 0.43
Hex B6 24 62 0 50 2E 1D 14F 43 2B
Octal 266 44 142 0 120 56 35 517 103 53
Binary 10110110 100100 1100010 0 1010000 101110 11101 101001111 1000011 101011

Color Harmonies of #B62462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62462

Black with #B62462

Text Example


Text Example

White with #B62462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62462; }

 p { color: rgb(182,36,98); }

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

background-color css

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

 a { background-color: rgb(182,36,98); }

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

border-color css

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

 span { border-color: rgb(182,36,98); }

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