Html Css Color HEX #B62765 Rouge

📋 copy color: '#B62765'

red 182 ◦ green 39 ◦ blue 101

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

Shades of Rouge #B62765

Tints of Rouge #B62765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

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

R = 56.52%
G = 12.11%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B62765 (or 0xB62765) is known color: Rouge. HEX triplet: B6, 27 and 65. RGB value is (182,39,101). Sum of RGB (Red+Green+Blue) = 182+39+101=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B62765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62765 is #49D89A. Grayscale: #585858. Windows color (decimal): -4839579 or 6629302. OLE color: 6629302.

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

Color convert

RGB 182 39 101 -
CMYK 0 0.79 0.45 0.29
HSL 333.99º 0.65% 0.43% -
HSV(B) 333.99º 0.79% 0.71% -
XYZ 22.37 12.34 13.51 -
YUV 88.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 182 39 101 0 0.79 0.45 0.29 333.99 0.65 0.43
Hex B6 27 65 0 4F 2D 1D 14E 41 2B
Octal 266 47 145 0 117 55 35 516 101 53
Binary 10110110 100111 1100101 0 1001111 101101 11101 101001110 1000001 101011

Color Harmonies of #B62765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62765

Black with #B62765

Text Example


Text Example

White with #B62765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62765; }

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

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

background-color css

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

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

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

border-color css

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

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

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