Html Css Color HEX #B62965 Rouge

📋 copy color: '#B62965'

red 182 ◦ green 41 ◦ blue 101

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

Shades of Rouge #B62965

Tints of Rouge #B62965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

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

R = 56.17%
G = 12.65%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B62965 (or 0xB62965) is known color: Rouge. HEX triplet: B6, 29 and 65. RGB value is (182,41,101). Sum of RGB (Red+Green+Blue) = 182+41+101=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B62965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62965 is #49D69A. Grayscale: #595959. Windows color (decimal): -4839067 or 6629814. OLE color: 6629814.

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

Color convert

RGB 182 41 101 -
CMYK 0 0.77 0.45 0.29
HSL 334.47º 0.63% 0.44% -
HSV(B) 334.47º 0.77% 0.71% -
XYZ 22.43 12.47 13.54 -
YUV 90 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 182 41 101 0 0.77 0.45 0.29 334.47 0.63 0.44
Hex B6 29 65 0 4D 2D 1D 14E 3F 2C
Octal 266 51 145 0 115 55 35 516 77 54
Binary 10110110 101001 1100101 0 1001101 101101 11101 101001110 111111 101100

Color Harmonies of #B62965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62965

Black with #B62965

Text Example


Text Example

White with #B62965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62965; }

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

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

background-color css

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

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

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

border-color css

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

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

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