Html Css Color HEX #B64261 Rouge

📋 copy color: '#B64261'

red 182 ◦ green 66 ◦ blue 97

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

Shades of Rouge #B64261

Tints of Rouge #B64261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 52.75%
G = 19.13%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B64261 (or 0xB64261) is known color: Rouge. HEX triplet: B6, 42 and 61. RGB value is (182,66,97). Sum of RGB (Red+Green+Blue) = 182+66+97=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B64261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64261 is #49BD9E. Grayscale: #686868. Windows color (decimal): -4832671 or 6374070. OLE color: 6374070.

HSL color Cylindrical-coordinate representation of color #B64261: hue angle of 343.97º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64261 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 97 -
CMYK 0 0.64 0.47 0.29
HSL 343.97º 0.47% 0.49% -
HSV(B) 343.97º 0.64% 0.71% -
XYZ 23.4 14.7 12.91 -
YUV 104.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 182 66 97 0 0.64 0.47 0.29 343.97 0.47 0.49
Hex B6 42 61 0 40 2F 1D 158 2F 31
Octal 266 102 141 0 100 57 35 530 57 61
Binary 10110110 1000010 1100001 0 1000000 101111 11101 101011000 101111 110001

Color Harmonies of #B64261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64261

Black with #B64261

Text Example


Text Example

White with #B64261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64261; }

 p { color: rgb(182,66,97); }

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

background-color css

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

 a { background-color: rgb(182,66,97); }

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

border-color css

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

 span { border-color: rgb(182,66,97); }

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