Html Css Color HEX #B62768 Rouge

📋 copy color: '#B62768'

red 182 ◦ green 39 ◦ blue 104

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

Shades of Rouge #B62768

Tints of Rouge #B62768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32%

R = 56%
G = 12%
B = 32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B62768 (or 0xB62768) is known color: Rouge. HEX triplet: B6, 27 and 68. RGB value is (182,39,104). Sum of RGB (Red+Green+Blue) = 182+39+104=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B62768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62768 is #49D897. Grayscale: #595959. Windows color (decimal): -4839576 or 6825910. OLE color: 6825910.

HSL color Cylindrical-coordinate representation of color #B62768: hue angle of 332.73º 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 #B62768 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 39 104 -
CMYK 0 0.79 0.43 0.29
HSL 332.73º 0.65% 0.43% -
HSV(B) 332.73º 0.79% 0.71% -
XYZ 22.52 12.4 14.3 -
YUV 89.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 182 39 104 0 0.79 0.43 0.29 332.73 0.65 0.43
Hex B6 27 68 0 4F 2B 1D 14D 41 2B
Octal 266 47 150 0 117 53 35 515 101 53
Binary 10110110 100111 1101000 0 1001111 101011 11101 101001101 1000001 101011

Color Harmonies of #B62768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62768

Black with #B62768

Text Example


Text Example

White with #B62768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62768; }

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

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

background-color css

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

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

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

border-color css

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

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

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