Html Css Color HEX #B64267 Rouge

📋 copy color: '#B64267'

red 182 ◦ green 66 ◦ blue 103

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

Shades of Rouge #B64267

Tints of Rouge #B64267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.34%

R = 51.85%
G = 18.8%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B64267 (or 0xB64267) is known color: Rouge. HEX triplet: B6, 42 and 67. RGB value is (182,66,103). Sum of RGB (Red+Green+Blue) = 182+66+103=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B64267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64267 is #49BD98. Grayscale: #686868. Windows color (decimal): -4832665 or 6767286. OLE color: 6767286.

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

Color convert

RGB 182 66 103 -
CMYK 0 0.64 0.43 0.29
HSL 340.86º 0.47% 0.49% -
HSV(B) 340.86º 0.64% 0.71% -
XYZ 23.69 14.82 14.44 -
YUV 104.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 182 66 103 0 0.64 0.43 0.29 340.86 0.47 0.49
Hex B6 42 67 0 40 2B 1D 155 2F 31
Octal 266 102 147 0 100 53 35 525 57 61
Binary 10110110 1000010 1100111 0 1000000 101011 11101 101010101 101111 110001

Color Harmonies of #B64267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64267

Black with #B64267

Text Example


Text Example

White with #B64267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64267; }

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

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

background-color css

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

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

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

border-color css

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

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

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