Html Css Color HEX #B62F65 Rouge

📋 copy color: '#B62F65'

red 182 ◦ green 47 ◦ blue 101

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

Shades of Rouge #B62F65

Tints of Rouge #B62F65

RGB

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

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

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

R = 55.15%
G = 14.24%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B62F65 (or 0xB62F65) is known color: Rouge. HEX triplet: B6, 2F and 65. RGB value is (182,47,101). Sum of RGB (Red+Green+Blue) = 182+47+101=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62F65 is #49D09A. Grayscale: #5D5D5D. Windows color (decimal): -4837531 or 6631350. OLE color: 6631350.

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

Color convert

RGB 182 47 101 -
CMYK 0 0.74 0.45 0.29
HSL 336º 0.59% 0.45% -
HSV(B) 336º 0.74% 0.71% -
XYZ 22.66 12.92 13.61 -
YUV 93.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 182 47 101 0 0.74 0.45 0.29 336 0.59 0.45
Hex B6 2F 65 0 4A 2D 1D 150 3B 2D
Octal 266 57 145 0 112 55 35 520 73 55
Binary 10110110 101111 1100101 0 1001010 101101 11101 101010000 111011 101101

Color Harmonies of #B62F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62F65

Black with #B62F65

Text Example


Text Example

White with #B62F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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