Html Css Color HEX #B64366 Rouge

📋 copy color: '#B64366'

red 182 ◦ green 67 ◦ blue 102

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

Shades of Rouge #B64366

Tints of Rouge #B64366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.09%

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 51.85%
G = 19.09%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B64366 (or 0xB64366) is known color: Rouge. HEX triplet: B6, 43 and 66. RGB value is (182,67,102). Sum of RGB (Red+Green+Blue) = 182+67+102=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B64366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64366 is #49BC99. Grayscale: #696969. Windows color (decimal): -4832410 or 6702006. OLE color: 6702006.

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

Color convert

RGB 182 67 102 -
CMYK 0 0.63 0.44 0.29
HSL 341.74º 0.46% 0.49% -
HSV(B) 341.74º 0.63% 0.71% -
XYZ 23.7 14.92 14.2 -
YUV 105.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 182 67 102 0 0.63 0.44 0.29 341.74 0.46 0.49
Hex B6 43 66 0 3F 2C 1D 156 2E 31
Octal 266 103 146 0 77 54 35 526 56 61
Binary 10110110 1000011 1100110 0 111111 101100 11101 101010110 101110 110001

Color Harmonies of #B64366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64366

Black with #B64366

Text Example


Text Example

White with #B64366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64366; }

 p { color: rgb(182,67,102); }

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

background-color css

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

 a { background-color: rgb(182,67,102); }

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

border-color css

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

 span { border-color: rgb(182,67,102); }

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