Html Css Color HEX #B64732 Medium Carmine

📋 copy color: '#B64732'

red 182 ◦ green 71 ◦ blue 50

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

Shades of Medium Carmine #B64732

Tints of Medium Carmine #B64732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 60.07%
G = 23.43%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B64732 (or 0xB64732) is known color: Medium Carmine. HEX triplet: B6, 47 and 32. RGB value is (182,71,50). Sum of RGB (Red+Green+Blue) = 182+71+50=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B64732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64732 is #49B8CD. Grayscale: #656565. Windows color (decimal): -4831438 or 3295158. OLE color: 3295158.

HSL color Cylindrical-coordinate representation of color #B64732: hue angle of 9.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B64732 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 50 -
CMYK 0 0.61 0.73 0.29
HSL 9.55º 0.57% 0.45% -
HSV(B) 9.55º 0.73% 0.71% -
XYZ 22.12 14.68 4.69 -
YUV 101.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 182 71 50 0 0.61 0.73 0.29 9.55 0.57 0.45
Hex B6 47 32 0 3D 49 1D A 39 2D
Octal 266 107 62 0 75 111 35 12 71 55
Binary 10110110 1000111 110010 0 111101 1001001 11101 1010 111001 101101

Color Harmonies of #B64732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64732

Black with #B64732

Text Example


Text Example

White with #B64732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64732; }

 p { color: rgb(182,71,50); }

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

background-color css

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

 a { background-color: rgb(182,71,50); }

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

border-color css

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

 span { border-color: rgb(182,71,50); }

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