Html Css Color HEX #B64067 Rouge

📋 copy color: '#B64067'

red 182 ◦ green 64 ◦ blue 103

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

Shades of Rouge #B64067

Tints of Rouge #B64067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

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

R = 52.15%
G = 18.34%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B64067 (or 0xB64067) is known color: Rouge. HEX triplet: B6, 40 and 67. RGB value is (182,64,103). Sum of RGB (Red+Green+Blue) = 182+64+103=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B64067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64067 is #49BF98. Grayscale: #676767. Windows color (decimal): -4833177 or 6766774. OLE color: 6766774.

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

Color convert

RGB 182 64 103 -
CMYK 0 0.65 0.43 0.29
HSL 340.17º 0.48% 0.48% -
HSV(B) 340.17º 0.65% 0.71% -
XYZ 23.57 14.59 14.41 -
YUV 103.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 182 64 103 0 0.65 0.43 0.29 340.17 0.48 0.48
Hex B6 40 67 0 41 2B 1D 154 30 30
Octal 266 100 147 0 101 53 35 524 60 60
Binary 10110110 1000000 1100111 0 1000001 101011 11101 101010100 110000 110000

Color Harmonies of #B64067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64067

Black with #B64067

Text Example


Text Example

White with #B64067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64067; }

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

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

background-color css

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

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

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

border-color css

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

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

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