Html Css Color HEX #B64068 Rouge

📋 copy color: '#B64068'

red 182 ◦ green 64 ◦ blue 104

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

Shades of Rouge #B64068

Tints of Rouge #B64068

RGB

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

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

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

R = 52%
G = 18.29%
B = 29.71%

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

#B64068 (or 0xB64068) is known color: Rouge. HEX triplet: B6, 40 and 68. RGB value is (182,64,104). Sum of RGB (Red+Green+Blue) = 182+64+104=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B64068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64068 is #49BF97. Grayscale: #676767. Windows color (decimal): -4833176 or 6832310. OLE color: 6832310.

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

Color convert

RGB 182 64 104 -
CMYK 0 0.65 0.43 0.29
HSL 339.66º 0.48% 0.48% -
HSV(B) 339.66º 0.65% 0.71% -
XYZ 23.62 14.61 14.67 -
YUV 103.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 182 64 104 0 0.65 0.43 0.29 339.66 0.48 0.48
Hex B6 40 68 0 41 2B 1D 154 30 30
Octal 266 100 150 0 101 53 35 524 60 60
Binary 10110110 1000000 1101000 0 1000001 101011 11101 101010100 110000 110000

Color Harmonies of #B64068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64068

Black with #B64068

Text Example


Text Example

White with #B64068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64068; }

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

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

background-color css

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

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

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

border-color css

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

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

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