Html Css Color HEX #B64367 Rouge

📋 copy color: '#B64367'

red 182 ◦ green 67 ◦ blue 103

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

Shades of Rouge #B64367

Tints of Rouge #B64367

RGB

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

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

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

R = 51.7%
G = 19.03%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B64367 (or 0xB64367) is known color: Rouge. HEX triplet: B6, 43 and 67. RGB value is (182,67,103). Sum of RGB (Red+Green+Blue) = 182+67+103=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B64367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64367 is #49BC98. Grayscale: #696969. Windows color (decimal): -4832409 or 6767542. OLE color: 6767542.

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

Color convert

RGB 182 67 103 -
CMYK 0 0.63 0.43 0.29
HSL 341.22º 0.46% 0.49% -
HSV(B) 341.22º 0.63% 0.71% -
XYZ 23.75 14.94 14.46 -
YUV 105.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 182 67 103 0 0.63 0.43 0.29 341.22 0.46 0.49
Hex B6 43 67 0 3F 2B 1D 155 2E 31
Octal 266 103 147 0 77 53 35 525 56 61
Binary 10110110 1000011 1100111 0 111111 101011 11101 101010101 101110 110001

Color Harmonies of #B64367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64367

Black with #B64367

Text Example


Text Example

White with #B64367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64367; }

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

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

background-color css

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

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

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

border-color css

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

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

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