Html Css Color HEX #B62F68 Rouge

📋 copy color: '#B62F68'

red 182 ◦ green 47 ◦ blue 104

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

Shades of Rouge #B62F68

Tints of Rouge #B62F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

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

R = 54.65%
G = 14.11%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B62F68 (or 0xB62F68) is known color: Rouge. HEX triplet: B6, 2F and 68. RGB value is (182,47,104). Sum of RGB (Red+Green+Blue) = 182+47+104=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62F68 is #49D097. Grayscale: #5D5D5D. Windows color (decimal): -4837528 or 6827958. OLE color: 6827958.

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

Color convert

RGB 182 47 104 -
CMYK 0 0.74 0.43 0.29
HSL 334.67º 0.59% 0.45% -
HSV(B) 334.67º 0.74% 0.71% -
XYZ 22.81 12.98 14.4 -
YUV 93.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 182 47 104 0 0.74 0.43 0.29 334.67 0.59 0.45
Hex B6 2F 68 0 4A 2B 1D 14F 3B 2D
Octal 266 57 150 0 112 53 35 517 73 55
Binary 10110110 101111 1101000 0 1001010 101011 11101 101001111 111011 101101

Color Harmonies of #B62F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62F68

Black with #B62F68

Text Example


Text Example

White with #B62F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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